#556890

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

Shades of Kashmir Blue #556890

Tints of Kashmir Blue #556890

Color information

#556890 (or 0x556890) is unknown color: approx Kashmir Blue. HEX triplet: 55, 68 and 90. RGB value is (85,104,144). Sum of RGB (Red+Green+Blue) = 85+104+144=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #556890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556890 is #AA976F. Grayscale: #666666. Windows color (decimal): -11179888 or 9463893. OLE color: 9463893.

HSL color Cylindrical-coordinate representation of color #556890: hue angle of 220.68º 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 #556890 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85104144-
CMYK0.410.2800.44
HSL220.68º25.76%44.9%-
HSV(B)220.68º40.97%56.47%-
XYZ13.7313.8528.33-
YUV102.88151.21115.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=25.53%
G=31.23%
B=43.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851041440.410.2800.44220.6825.7644.9
Hex556890291C02Cdd1a2d
Octal12515022051340543353255
Binary10101011101000100100001010011110001011001101110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556890; }

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

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

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

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

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

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

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

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