Html Css Color HEX #566CAF Chetwode Blue

📋 copy color: '#566CAF'

red 86 ◦ green 108 ◦ blue 175

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

Shades of Chetwode Blue #566CAF

Tints of Chetwode Blue #566CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 23.31%
G = 29.27%
B = 47.43%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#566CAF (or 0x566CAF) is known color: Chetwode Blue. HEX triplet: 56, 6C and AF. RGB value is (86,108,175). Sum of RGB (Red+Green+Blue) = 86+108+175=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #566CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566CAF is #A99350. Grayscale: #6C6C6C. Windows color (decimal): -11113297 or 11496534. OLE color: 11496534.

HSL color Cylindrical-coordinate representation of color #566CAF: hue angle of 225.17º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #566CAF is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 108 175 -
CMYK 0.51 0.38 0 0.31
HSL 225.17º 0.36% 0.51% -
HSV(B) 225.17º 0.51% 0.69% -
XYZ 16.94 15.8 42.71 -
YUV 109.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 86 108 175 0.51 0.38 0 0.31 225.17 0.36 0.51
Hex 56 6C AF 33 26 0 1F E1 24 33
Octal 126 154 257 63 46 0 37 341 44 63
Binary 1010110 1101100 10101111 110011 100110 0 11111 11100001 100100 110011

Color Harmonies of #566CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566CAF

Black with #566CAF

Text Example


Text Example

White with #566CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,108,175); }

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

background-color css

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

 a { background-color: rgb(86,108,175); }

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

border-color css

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

 span { border-color: rgb(86,108,175); }

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