#556B88

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

Shades of Kashmir Blue #556B88

Tints of Kashmir Blue #556B88

Color information

#556B88 (or 0x556B88) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6B and 88. RGB value is (85,107,136). Sum of RGB (Red+Green+Blue) = 85+107+136=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #556B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556B88 is #AA9477. Grayscale: #676767. Windows color (decimal): -11179128 or 8940373. OLE color: 8940373.

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

Color convert

RGB85107136-
CMYK0.380.2100.47
HSL214.12º23.08%43.33%-
HSV(B)214.12º37.5%53.33%-
XYZ13.4514.2225.33-
YUV103.73146.21114.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 107 (42.19% from 255) = 32.62%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=25.91%
G=32.62%
B=41.46%

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
Decimal851071360.380.2100.47214.1223.0843.33
Hex556B88261502Fd6172b
Octal12515321046250573262753
Binary10101011101011100010001001101010101011111101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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