Html Css Color HEX #566AB0 Chetwode Blue

📋 copy color: '#566AB0'

red 86 ◦ green 106 ◦ blue 176

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

Shades of Chetwode Blue #566AB0

Tints of Chetwode Blue #566AB0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

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

R = 23.37%
G = 28.8%
B = 47.83%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#566AB0 (or 0x566AB0) is known color: Chetwode Blue. HEX triplet: 56, 6A and B0. RGB value is (86,106,176). Sum of RGB (Red+Green+Blue) = 86+106+176=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 176 - color contains mainly: blue. Hex color #566AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566AB0 is #A9954F. Grayscale: #6B6B6B. Windows color (decimal): -11113808 or 11561558. OLE color: 11561558.

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

Color convert

RGB 86 106 176 -
CMYK 0.51 0.40 0 0.31
HSL 226.67º 0.36% 0.51% -
HSV(B) 226.67º 0.51% 0.69% -
XYZ 16.83 15.42 43.16 -
YUV 108 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 86 106 176 0.51 0.40 0 0.31 226.67 0.36 0.51
Hex 56 6A B0 33 28 0 1F E3 24 33
Octal 126 152 260 63 50 0 37 343 44 63
Binary 1010110 1101010 10110000 110011 101000 0 11111 11100011 100100 110011

Color Harmonies of #566AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566AB0

Black with #566AB0

Text Example


Text Example

White with #566AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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