Html Css Color HEX #566BCC Chetwode Blue

📋 copy color: '#566BCC'

red 86 ◦ green 107 ◦ blue 204

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

Shades of Chetwode Blue #566BCC

Tints of Chetwode Blue #566BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 21.66%
G = 26.95%
B = 51.39%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#566BCC (or 0x566BCC) is known color: Chetwode Blue. HEX triplet: 56, 6B and CC. RGB value is (86,107,204). Sum of RGB (Red+Green+Blue) = 86+107+204=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #566BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BCC is #A99433. Grayscale: #6F6F6F. Windows color (decimal): -11113524 or 13396822. OLE color: 13396822.

HSL color Cylindrical-coordinate representation of color #566BCC: hue angle of 229.32º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #566BCC is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 107 204 -
CMYK 0.58 0.48 0 0.2
HSL 229.32º 0.54% 0.57% -
HSV(B) 229.32º 0.58% 0.8% -
XYZ 19.99 16.85 59.33 -
YUV 111.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 86 107 204 0.58 0.48 0 0.2 229.32 0.54 0.57
Hex 56 6B CC 3A 30 0 14 E5 36 39
Octal 126 153 314 72 60 0 24 345 66 71
Binary 1010110 1101011 11001100 111010 110000 0 10100 11100101 110110 111001

Color Harmonies of #566BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566BCC

Black with #566BCC

Text Example


Text Example

White with #566BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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