Html Css Color HEX #566ECB Chetwode Blue

📋 copy color: '#566ECB'

red 86 ◦ green 110 ◦ blue 203

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

Shades of Chetwode Blue #566ECB

Tints of Chetwode Blue #566ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 21.55%
G = 27.57%
B = 50.88%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#566ECB (or 0x566ECB) is known color: Chetwode Blue. HEX triplet: 56, 6E and CB. RGB value is (86,110,203). Sum of RGB (Red+Green+Blue) = 86+110+203=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #566ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ECB is #A99134. Grayscale: #717171. Windows color (decimal): -11112757 or 13332054. OLE color: 13332054.

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

Color convert

RGB 86 110 203 -
CMYK 0.58 0.46 0 0.20
HSL 227.69º 0.53% 0.57% -
HSV(B) 227.69º 0.58% 0.8% -
XYZ 20.19 17.44 58.8 -
YUV 113.43 178.55 108.44 -
System Red Green Blue C M Y K H S L
Decimal 86 110 203 0.58 0.46 0 0.20 227.69 0.53 0.57
Hex 56 6E CB 3A 2E 0 14 E4 35 39
Octal 126 156 313 72 56 0 24 344 65 71
Binary 1010110 1101110 11001011 111010 101110 0 10100 11100100 110101 111001

Color Harmonies of #566ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ECB

Black with #566ECB

Text Example


Text Example

White with #566ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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