Html Css Color HEX #566DB0 Chetwode Blue

📋 copy color: '#566DB0'

red 86 ◦ green 109 ◦ blue 176

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

Shades of Chetwode Blue #566DB0

Tints of Chetwode Blue #566DB0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

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

R = 23.18%
G = 29.38%
B = 47.44%

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

#566DB0 (or 0x566DB0) is known color: Chetwode Blue. HEX triplet: 56, 6D and B0. RGB value is (86,109,176). Sum of RGB (Red+Green+Blue) = 86+109+176=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #566DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566DB0 is #A9924F. Grayscale: #6D6D6D. Windows color (decimal): -11113040 or 11562326. OLE color: 11562326.

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

Color convert

RGB 86 109 176 -
CMYK 0.51 0.38 0 0.31
HSL 224.67º 0.36% 0.51% -
HSV(B) 224.67º 0.51% 0.69% -
XYZ 17.14 16.05 43.27 -
YUV 109.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 86 109 176 0.51 0.38 0 0.31 224.67 0.36 0.51
Hex 56 6D B0 33 26 0 1F E1 24 33
Octal 126 155 260 63 46 0 37 341 44 63
Binary 1010110 1101101 10110000 110011 100110 0 11111 11100001 100100 110011

Color Harmonies of #566DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566DB0

Black with #566DB0

Text Example


Text Example

White with #566DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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