#556BB0

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

Shades of Chetwode Blue #556BB0

Tints of Chetwode Blue #556BB0

Color information

#556BB0 (or 0x556BB0) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6B and B0. RGB value is (85,107,176). Sum of RGB (Red+Green+Blue) = 85+107+176=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 107 (42.19% from 255 or 29.08% 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 #556BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BB0 is #AA944F. Grayscale: #6B6B6B. Windows color (decimal): -11179088 or 11561813. OLE color: 11561813.

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

Color convert

RGB85107176-
CMYK0.520.3900.31
HSL225.49º36.55%51.18%-
HSV(B)225.49º51.7%69.02%-
XYZ16.8415.5843.19-
YUV108.29166.21111.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 176 (69.14% from 255) = 47.83%
R=23.10%
G=29.08%
B=47.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851071760.520.3900.31225.4936.5551.18
Hex556BB0342701Fe12533
Octal12515326064470373414563
Binary101010111010111011000011010010011101111111100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556BB0; }

 p { color: rgb(85,107,176); }

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

<style>
 a { background-color: #556BB0; }

 a { background-color: rgb(85,107,176); }

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

<style>
 span { border-color: #556BB0; }

 span { border-color: rgb(85,107,176); }

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