#556E95

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

Shades of Kashmir Blue #556E95

Tints of Kashmir Blue #556E95

Color information

#556E95 (or 0x556E95) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6E and 95. RGB value is (85,110,149). Sum of RGB (Red+Green+Blue) = 85+110+149=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #556E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E95 is #AA916A. Grayscale: #6A6A6A. Windows color (decimal): -11178347 or 9793109. OLE color: 9793109.

HSL color Cylindrical-coordinate representation of color #556E95: hue angle of 216.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556E95 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85110149-
CMYK0.430.2600.42
HSL216.56º27.35%45.88%-
HSV(B)216.56º42.95%58.43%-
XYZ14.7515.2530.6-
YUV106.97151.72112.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=24.71%
G=31.98%
B=43.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851101490.430.2600.42216.5627.3545.88
Hex556E952B1A02Ad91b2e
Octal12515622553320523313356
Binary10101011101110100101011010111101001010101101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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