#556E8E

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

Shades of Kashmir Blue #556E8E

Tints of Kashmir Blue #556E8E

Color information

#556E8E (or 0x556E8E) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6E and 8E. RGB value is (85,110,142). Sum of RGB (Red+Green+Blue) = 85+110+142=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #556E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E8E is #AA9171. Grayscale: #6A6A6A. Windows color (decimal): -11178354 or 9334357. OLE color: 9334357.

HSL color Cylindrical-coordinate representation of color #556E8E: hue angle of 213.68º 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 #556E8E is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85110142-
CMYK0.400.2300.44
HSL213.68º25.11%44.51%-
HSV(B)213.68º40.14%55.69%-
XYZ14.215.0427.74-
YUV106.17148.22112.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=25.22%
G=32.64%
B=42.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851101420.400.2300.44213.6825.1144.51
Hex556E8E281702Cd6192d
Octal12515621650270543263155
Binary10101011101110100011101010001011101011001101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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