#556E8A

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

Shades of Kashmir Blue #556E8A

Tints of Kashmir Blue #556E8A

Color information

#556E8A (or 0x556E8A) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6E and 8A. RGB value is (85,110,138). Sum of RGB (Red+Green+Blue) = 85+110+138=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #556E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E8A is #AA9175. Grayscale: #696969. Windows color (decimal): -11178358 or 9072213. OLE color: 9072213.

HSL color Cylindrical-coordinate representation of color #556E8A: hue angle of 211.7º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556E8A is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85110138-
CMYK0.380.2000.46
HSL211.7º23.77%43.73%-
HSV(B)211.7º38.41%54.12%-
XYZ13.9114.9226.19-
YUV105.72146.22113.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=25.53%
G=33.03%
B=41.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851101380.380.2000.46211.723.7743.73
Hex556E8A261402Ed4182c
Octal12515621246240563243054
Binary10101011101110100010101001101010001011101101010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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