#556888

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

Shades of Kashmir Blue #556888

Tints of Kashmir Blue #556888

Color information

#556888 (or 0x556888) is unknown color: approx Kashmir Blue. HEX triplet: 55, 68 and 88. RGB value is (85,104,136). Sum of RGB (Red+Green+Blue) = 85+104+136=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #556888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556888 is #AA9777. Grayscale: #656565. Windows color (decimal): -11179896 or 8939605. OLE color: 8939605.

HSL color Cylindrical-coordinate representation of color #556888: hue angle of 217.65º 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 #556888 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB85104136-
CMYK0.380.2400.47
HSL217.65º23.08%43.33%-
HSV(B)217.65º37.5%53.33%-
XYZ13.1413.6125.23-
YUV101.97147.21115.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=26.15%
G=32%
B=41.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851041360.380.2400.47217.6523.0843.33
Hex556888261802Fda172b
Octal12515021046300573322753
Binary10101011101000100010001001101100001011111101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556888; }

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

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

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

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

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

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

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

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