#556E92

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

Shades of Kashmir Blue #556E92

Tints of Kashmir Blue #556E92

Color information

#556E92 (or 0x556E92) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6E and 92. RGB value is (85,110,146). Sum of RGB (Red+Green+Blue) = 85+110+146=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #556E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E92 is #AA916D. Grayscale: #6A6A6A. Windows color (decimal): -11178350 or 9596501. OLE color: 9596501.

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

Color convert

RGB85110146-
CMYK0.420.2500.43
HSL215.41º26.41%45.29%-
HSV(B)215.41º41.78%57.25%-
XYZ14.5115.1629.36-
YUV106.63150.22112.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=24.93%
G=32.26%
B=42.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851101460.420.2500.43215.4126.4145.29
Hex556E922A1902Bd71a2d
Octal12515622252310533273255
Binary10101011101110100100101010101100101010111101011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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