#597490

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

Shades of Kashmir Blue #597490

Tints of Kashmir Blue #597490

Color information

#597490 (or 0x597490) is unknown color: approx Kashmir Blue. HEX triplet: 59, 74 and 90. RGB value is (89,116,144). Sum of RGB (Red+Green+Blue) = 89+116+144=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #597490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597490 is #A68B6F. Grayscale: #6E6E6E. Windows color (decimal): -10914672 or 9466969. OLE color: 9466969.

HSL color Cylindrical-coordinate representation of color #597490: hue angle of 210.55º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #597490 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89116144-
CMYK0.380.1900.44
HSL210.55º23.61%45.69%-
HSV(B)210.55º38.19%56.47%-
XYZ15.416.6328.78-
YUV111.12146.55112.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.50%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=25.50%
G=33.24%
B=41.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891161440.380.1900.44210.5523.6145.69
Hex597490261302Cd3182e
Octal13116422046230543233056
Binary10110011110100100100001001101001101011001101001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597490; }

 p { color: rgb(89,116,144); }

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

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

 a { background-color: rgb(89,116,144); }

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

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

 span { border-color: rgb(89,116,144); }

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