#556C88

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

Shades of Kashmir Blue #556C88

Tints of Kashmir Blue #556C88

Color information

#556C88 (or 0x556C88) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6C and 88. RGB value is (85,108,136). Sum of RGB (Red+Green+Blue) = 85+108+136=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #556C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C88 is #AA9377. Grayscale: #686868. Windows color (decimal): -11178872 or 8940629. OLE color: 8940629.

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

Color convert

RGB85108136-
CMYK0.380.2100.47
HSL212.94º23.08%43.33%-
HSV(B)212.94º37.5%53.33%-
XYZ13.5514.4325.36-
YUV104.32145.88114.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=25.84%
G=32.83%
B=41.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851081360.380.2100.47212.9423.0843.33
Hex556C88261502Fd5172b
Octal12515421046250573252753
Binary10101011101100100010001001101010101011111101010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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