Html Css Color HEX #566BAD Chetwode Blue

📋 copy color: '#566BAD'

red 86 ◦ green 107 ◦ blue 173

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

Shades of Chetwode Blue #566BAD

Tints of Chetwode Blue #566BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.23%

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 23.5%
G = 29.23%
B = 47.27%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#566BAD (or 0x566BAD) is known color: Chetwode Blue. HEX triplet: 56, 6B and AD. RGB value is (86,107,173). Sum of RGB (Red+Green+Blue) = 86+107+173=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #566BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566BAD is #A99452. Grayscale: #6B6B6B. Windows color (decimal): -11113555 or 11365206. OLE color: 11365206.

HSL color Cylindrical-coordinate representation of color #566BAD: hue angle of 225.52º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #566BAD is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 107 173 -
CMYK 0.50 0.38 0 0.32
HSL 225.52º 0.35% 0.51% -
HSV(B) 225.52º 0.5% 0.68% -
XYZ 16.64 15.51 41.65 -
YUV 108.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 86 107 173 0.50 0.38 0 0.32 225.52 0.35 0.51
Hex 56 6B AD 32 26 0 20 E2 23 33
Octal 126 153 255 62 46 0 40 342 43 63
Binary 1010110 1101011 10101101 110010 100110 0 100000 11100010 100011 110011

Color Harmonies of #566BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566BAD

Black with #566BAD

Text Example


Text Example

White with #566BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,107,173); }

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

background-color css

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

 a { background-color: rgb(86,107,173); }

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

border-color css

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

 span { border-color: rgb(86,107,173); }

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