#597495

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

Shades of Kashmir Blue #597495

Tints of Kashmir Blue #597495

Color information

#597495 (or 0x597495) is unknown color: approx Kashmir Blue. HEX triplet: 59, 74 and 95. RGB value is (89,116,149). Sum of RGB (Red+Green+Blue) = 89+116+149=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #597495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597495 is #A68B6A. Grayscale: #6F6F6F. Windows color (decimal): -10914667 or 9794649. OLE color: 9794649.

HSL color Cylindrical-coordinate representation of color #597495: hue angle of 213º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #597495 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89116149-
CMYK0.400.2200.42
HSL213º25.21%46.67%-
HSV(B)213º40.27%58.43%-
XYZ15.7916.7830.84-
YUV111.69149.05111.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.14%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=25.14%
G=32.77%
B=42.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891161490.400.2200.4221325.2146.67
Hex597495281602Ad5192f
Octal13116422550260523253157
Binary10110011110100100101011010001011001010101101010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597495; }

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

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

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

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

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

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

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

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