#556E8B

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

Shades of Kashmir Blue #556E8B

Tints of Kashmir Blue #556E8B

Color information

#556E8B (or 0x556E8B) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6E and 8B. RGB value is (85,110,139). Sum of RGB (Red+Green+Blue) = 85+110+139=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #556E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E8B is #AA9174. Grayscale: #696969. Windows color (decimal): -11178357 or 9137749. OLE color: 9137749.

HSL color Cylindrical-coordinate representation of color #556E8B: hue angle of 212.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #556E8B is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85110139-
CMYK0.390.2100.45
HSL212.22º24.11%43.92%-
HSV(B)212.22º38.85%54.51%-
XYZ13.9814.9526.57-
YUV105.83146.72113.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=25.45%
G=32.93%
B=41.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851101390.390.2100.45212.2224.1143.92
Hex556E8B271502Dd4182c
Octal12515621347250553243054
Binary10101011101110100010111001111010101011011101010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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