#557390

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

Shades of Kashmir Blue #557390

Tints of Kashmir Blue #557390

Color information

#557390 (or 0x557390) is unknown color: approx Kashmir Blue. HEX triplet: 55, 73 and 90. RGB value is (85,115,144). Sum of RGB (Red+Green+Blue) = 85+115+144=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #557390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557390 is #AA8C6F. Grayscale: #6D6D6D. Windows color (decimal): -11177072 or 9466709. OLE color: 9466709.

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

Color convert

RGB85115144-
CMYK0.410.2000.44
HSL209.49º25.76%44.9%-
HSV(B)209.49º40.97%56.47%-
XYZ14.9116.2128.73-
YUV109.34147.56110.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=24.71%
G=33.43%
B=41.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851151440.410.2000.44209.4925.7644.9
Hex557390291402Cd11a2d
Octal12516322051240543213255
Binary10101011110011100100001010011010001011001101000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557390; }

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

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

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

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

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

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

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

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