Html Css Color HEX #566FB0 Chetwode Blue

📋 copy color: '#566FB0'

red 86 ◦ green 111 ◦ blue 176

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

Shades of Chetwode Blue #566FB0

Tints of Chetwode Blue #566FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

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

R = 23.06%
G = 29.76%
B = 47.18%

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

#566FB0 (or 0x566FB0) is known color: Chetwode Blue. HEX triplet: 56, 6F and B0. RGB value is (86,111,176). Sum of RGB (Red+Green+Blue) = 86+111+176=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #566FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566FB0 is #A9904F. Grayscale: #6E6E6E. Windows color (decimal): -11112528 or 11562838. OLE color: 11562838.

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

Color convert

RGB 86 111 176 -
CMYK 0.51 0.37 0 0.31
HSL 223.33º 0.36% 0.51% -
HSV(B) 223.33º 0.51% 0.69% -
XYZ 17.36 16.48 43.34 -
YUV 110.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 86 111 176 0.51 0.37 0 0.31 223.33 0.36 0.51
Hex 56 6F B0 33 25 0 1F DF 24 33
Octal 126 157 260 63 45 0 37 337 44 63
Binary 1010110 1101111 10110000 110011 100101 0 11111 11011111 100100 110011

Color Harmonies of #566FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566FB0

Black with #566FB0

Text Example


Text Example

White with #566FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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