#556988

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

Shades of Kashmir Blue #556988

Tints of Kashmir Blue #556988

Color information

#556988 (or 0x556988) is unknown color: approx Kashmir Blue. HEX triplet: 55, 69 and 88. RGB value is (85,105,136). Sum of RGB (Red+Green+Blue) = 85+105+136=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #556988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556988 is #AA9677. Grayscale: #666666. Windows color (decimal): -11179640 or 8939861. OLE color: 8939861.

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

Color convert

RGB85105136-
CMYK0.380.2300.47
HSL216.47º23.08%43.33%-
HSV(B)216.47º37.5%53.33%-
XYZ13.2413.8125.26-
YUV102.55146.87115.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=26.07%
G=32.21%
B=41.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851051360.380.2300.47216.4723.0843.33
Hex556988261702Fd8172b
Octal12515121046270573302753
Binary10101011101001100010001001101011101011111101100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556988; }

 p { color: rgb(85,105,136); }

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

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

 a { background-color: rgb(85,105,136); }

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

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

 span { border-color: rgb(85,105,136); }

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