#556A8E

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

Shades of Kashmir Blue #556A8E

Tints of Kashmir Blue #556A8E

Color information

#556A8E (or 0x556A8E) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6A and 8E. RGB value is (85,106,142). Sum of RGB (Red+Green+Blue) = 85+106+142=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #556A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556A8E is #AA9571. Grayscale: #676767. Windows color (decimal): -11179378 or 9333333. OLE color: 9333333.

HSL color Cylindrical-coordinate representation of color #556A8E: hue angle of 217.89º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #556A8E is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85106142-
CMYK0.400.2500.44
HSL217.89º25.11%44.51%-
HSV(B)217.89º40.14%55.69%-
XYZ13.7814.1927.6-
YUV103.82149.54114.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=25.53%
G=31.83%
B=42.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851061420.400.2500.44217.8925.1144.51
Hex556A8E281902Cda192d
Octal12515221650310543323155
Binary10101011101010100011101010001100101011001101101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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