Html Css Color HEX #566ECC Chetwode Blue

📋 copy color: '#566ECC'

red 86 ◦ green 110 ◦ blue 204

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

Shades of Chetwode Blue #566ECC

Tints of Chetwode Blue #566ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.5%

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

R = 21.5%
G = 27.5%
B = 51%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#566ECC (or 0x566ECC) is known color: Chetwode Blue. HEX triplet: 56, 6E and CC. RGB value is (86,110,204). Sum of RGB (Red+Green+Blue) = 86+110+204=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #566ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ECC is #A99133. Grayscale: #717171. Windows color (decimal): -11112756 or 13397590. OLE color: 13397590.

HSL color Cylindrical-coordinate representation of color #566ECC: hue angle of 227.8º 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 #566ECC is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 110 204 -
CMYK 0.58 0.46 0 0.2
HSL 227.8º 0.54% 0.57% -
HSV(B) 227.8º 0.58% 0.8% -
XYZ 20.31 17.49 59.43 -
YUV 113.54 179.05 108.36 -
System Red Green Blue C M Y K H S L
Decimal 86 110 204 0.58 0.46 0 0.2 227.8 0.54 0.57
Hex 56 6E CC 3A 2E 0 14 E4 36 39
Octal 126 156 314 72 56 0 24 344 66 71
Binary 1010110 1101110 11001100 111010 101110 0 10100 11100100 110110 111001

Color Harmonies of #566ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ECC

Black with #566ECC

Text Example


Text Example

White with #566ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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