#556A92

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

Shades of Kashmir Blue #556A92

Tints of Kashmir Blue #556A92

Color information

#556A92 (or 0x556A92) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6A and 92. RGB value is (85,106,146). Sum of RGB (Red+Green+Blue) = 85+106+146=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #556A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556A92 is #AA956D. Grayscale: #686868. Windows color (decimal): -11179374 or 9595477. OLE color: 9595477.

HSL color Cylindrical-coordinate representation of color #556A92: hue angle of 219.34º 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 #556A92 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB85106146-
CMYK0.420.2700.43
HSL219.34º26.41%45.29%-
HSV(B)219.34º41.78%57.25%-
XYZ14.0914.3129.21-
YUV104.28151.54114.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=25.22%
G=31.45%
B=43.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851061460.420.2700.43219.3426.4145.29
Hex556A922A1B02Bdb1a2d
Octal12515222252330533333255
Binary10101011101010100100101010101101101010111101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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