#556086

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

Shades of Kashmir Blue #556086

Tints of Kashmir Blue #556086

Color information

#556086 (or 0x556086) is unknown color: approx Kashmir Blue. HEX triplet: 55, 60 and 86. RGB value is (85,96,134). Sum of RGB (Red+Green+Blue) = 85+96+134=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #556086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556086 is #AA9F79. Grayscale: #606060. Windows color (decimal): -11181946 or 8806485. OLE color: 8806485.

HSL color Cylindrical-coordinate representation of color #556086: hue angle of 226.53º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #556086 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8596134-
CMYK0.370.2800.47
HSL226.53º22.37%42.94%-
HSV(B)226.53º36.57%52.55%-
XYZ12.2312.0224.23-
YUV97.04148.86119.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=26.98%
G=30.48%
B=42.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85961340.370.2800.47226.5322.3742.94
Hex556086251C02Fe3162b
Octal12514020645340573432653
Binary10101011100000100001101001011110001011111110001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556086; }

 p { color: rgb(85,96,134); }

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

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

 a { background-color: rgb(85,96,134); }

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

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

 span { border-color: rgb(85,96,134); }

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