#556A8B

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

Shades of Kashmir Blue #556A8B

Tints of Kashmir Blue #556A8B

Color information

#556A8B (or 0x556A8B) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6A and 8B. RGB value is (85,106,139). Sum of RGB (Red+Green+Blue) = 85+106+139=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #556A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556A8B is #AA9574. Grayscale: #676767. Windows color (decimal): -11179381 or 9136725. OLE color: 9136725.

HSL color Cylindrical-coordinate representation of color #556A8B: hue angle of 216.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #556A8B is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85106139-
CMYK0.390.2400.45
HSL216.67º24.11%43.92%-
HSV(B)216.67º38.85%54.51%-
XYZ13.5614.126.43-
YUV103.48148.04114.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=25.76%
G=32.12%
B=42.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851061390.390.2400.45216.6724.1143.92
Hex556A8B271802Dd9182c
Octal12515221347300553313054
Binary10101011101010100010111001111100001011011101100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,106,139); }

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

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

 a { background-color: rgb(85,106,139); }

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

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

 span { border-color: rgb(85,106,139); }

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