#556D90

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

Shades of Kashmir Blue #556D90

Tints of Kashmir Blue #556D90

Color information

#556D90 (or 0x556D90) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6D and 90. RGB value is (85,109,144). Sum of RGB (Red+Green+Blue) = 85+109+144=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #556D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D90 is #AA926F. Grayscale: #696969. Windows color (decimal): -11178608 or 9465173. OLE color: 9465173.

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

Color convert

RGB85109144-
CMYK0.410.2400.44
HSL215.59º25.76%44.9%-
HSV(B)215.59º40.97%56.47%-
XYZ14.2514.8828.51-
YUV105.81149.55113.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=25.15%
G=32.25%
B=42.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851091440.410.2400.44215.5925.7644.9
Hex556D90291802Cd81a2d
Octal12515522051300543303255
Binary10101011101101100100001010011100001011001101100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,109,144); }

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

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

 a { background-color: rgb(85,109,144); }

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

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

 span { border-color: rgb(85,109,144); }

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