#566CB1

Color #566CB1 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #566CB1

Tints of Chetwode Blue #566CB1

Color information

#566CB1 (or 0x566CB1) is unknown color: approx Chetwode Blue. HEX triplet: 56, 6C and B1. RGB value is (86,108,177). Sum of RGB (Red+Green+Blue) = 86+108+177=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #566CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566CB1 is #A9934E. Grayscale: #6C6C6C. Windows color (decimal): -11113295 or 11627606. OLE color: 11627606.

HSL color Cylindrical-coordinate representation of color #566CB1: hue angle of 225.49º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #566CB1 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB86108177-
CMYK0.510.3900.31
HSL225.49º36.84%51.57%-
HSV(B)225.49º51.41%69.41%-
XYZ17.1415.8843.76-
YUV109.29166.21111.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 177 (69.53% from 255) = 47.71%
R=23.18%
G=29.11%
B=47.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861081770.510.3900.31225.4936.8451.57
Hex566CB1332701Fe12534
Octal12615426163470373414564
Binary101011011011001011000111001110011101111111100001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,108,177); }

 H1.HeaderClassName
 {
   color: #566CB1;
 }
 .AnyTagClassName
 {
   color: #566CB1;
 }
</style>
background-color css

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

 a { background-color: rgb(86,108,177); }

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

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

 span { border-color: rgb(86,108,177); }

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