Html Css Color HEX #566BC1 Chetwode Blue

📋 copy color: '#566BC1'

red 86 ◦ green 107 ◦ blue 193

#566BC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #566BC1

Tints of Chetwode Blue #566BC1

RGB

 RED value IS 86 (33.98% from 255) = 22.28%

 GREEN value IS 107 (42.19% from 255) = 27.72%

 BLUE value IS 193 (75.78% from 255) = 50%

R = 22.28%
G = 27.72%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#566BC1 (or 0x566BC1) is known color: Chetwode Blue. HEX triplet: 56, 6B and C1. RGB value is (86,107,193). Sum of RGB (Red+Green+Blue) = 86+107+193=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #566BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BC1 is #A9943E. Grayscale: #6E6E6E. Windows color (decimal): -11113535 or 12675926. OLE color: 12675926.

HSL color Cylindrical-coordinate representation of color #566BC1: hue angle of 228.22º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #566BC1 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 86 107 193 -
CMYK 0.55 0.45 0 0.24
HSL 228.22º 0.46% 0.55% -
HSV(B) 228.22º 0.55% 0.76% -
XYZ 18.72 16.34 52.62 -
YUV 110.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 86 107 193 0.55 0.45 0 0.24 228.22 0.46 0.55
Hex 56 6B C1 37 2D 0 18 E4 2E 37
Octal 126 153 301 67 55 0 30 344 56 67
Binary 1010110 1101011 11000001 110111 101101 0 11000 11100100 101110 110111

Color Harmonies of #566BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566BC1

Black with #566BC1

Text Example


Text Example

White with #566BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566BC1; }

 p { color: rgb(86,107,193); }

 H1.HeaderClassName
 {
   color: #566BC1;
 }
 .AnyTagClassName
 {
   color: #566BC1;
 }
</style>

background-color css

<style>
 a { background-color: #566BC1; }

 a { background-color: rgb(86,107,193); }

 div.DivClassName
 {
   background-color: #566BC1;
 }
 .BgClassName
 {
   background-color: #566BC1;
 }
</style>

border-color css

<style>
 span { border-color: #566BC1; }

 span { border-color: rgb(86,107,193); }

 td.TdClassName
 {
   border-color: #566BC1;
 }
 .TagClassName
 {
   border-color: #566BC1;
 }
</style>