#556ABB

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

Shades of Chetwode Blue #556ABB

Tints of Chetwode Blue #556ABB

Color information

#556ABB (or 0x556ABB) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6A and BB. RGB value is (85,106,187). Sum of RGB (Red+Green+Blue) = 85+106+187=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #556ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ABB is #AA9544. Grayscale: #6C6C6C. Windows color (decimal): -11179333 or 12282453. OLE color: 12282453.

HSL color Cylindrical-coordinate representation of color #556ABB: hue angle of 227.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #556ABB is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85106187-
CMYK0.550.4300.27
HSL227.65º42.86%53.33%-
HSV(B)227.65º54.55%73.33%-
XYZ17.8715.8349.13-
YUV108.96172.04110.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 187 (73.44% from 255) = 49.47%
R=22.49%
G=28.04%
B=49.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851061870.550.4300.27227.6542.8653.33
Hex556ABB372B01Be42b35
Octal12515227367530333445365
Binary101010111010101011101111011110101101101111100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,106,187); }

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

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

 a { background-color: rgb(85,106,187); }

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

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

 span { border-color: rgb(85,106,187); }

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