Html Css Color HEX #566EB0 Chetwode Blue

📋 copy color: '#566EB0'

red 86 ◦ green 110 ◦ blue 176

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

Shades of Chetwode Blue #566EB0

Tints of Chetwode Blue #566EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.31%

R = 23.12%
G = 29.57%
B = 47.31%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#566EB0 (or 0x566EB0) is known color: Chetwode Blue. HEX triplet: 56, 6E and B0. RGB value is (86,110,176). Sum of RGB (Red+Green+Blue) = 86+110+176=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 176 - color contains mainly: blue. Hex color #566EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566EB0 is #A9914F. Grayscale: #6E6E6E. Windows color (decimal): -11112784 or 11562582. OLE color: 11562582.

HSL color Cylindrical-coordinate representation of color #566EB0: hue angle of 224º 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 #566EB0 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 110 176 -
CMYK 0.51 0.37 0 0.31
HSL 224º 0.36% 0.51% -
HSV(B) 224º 0.51% 0.69% -
XYZ 17.25 16.26 43.3 -
YUV 110.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 86 110 176 0.51 0.37 0 0.31 224 0.36 0.51
Hex 56 6E B0 33 25 0 1F E0 24 33
Octal 126 156 260 63 45 0 37 340 44 63
Binary 1010110 1101110 10110000 110011 100101 0 11111 11100000 100100 110011

Color Harmonies of #566EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566EB0

Black with #566EB0

Text Example


Text Example

White with #566EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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