#597493

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

Shades of Kashmir Blue #597493

Tints of Kashmir Blue #597493

Color information

#597493 (or 0x597493) is unknown color: approx Kashmir Blue. HEX triplet: 59, 74 and 93. RGB value is (89,116,147). Sum of RGB (Red+Green+Blue) = 89+116+147=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #597493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597493 is #A68B6C. Grayscale: #6F6F6F. Windows color (decimal): -10914669 or 9663577. OLE color: 9663577.

HSL color Cylindrical-coordinate representation of color #597493: hue angle of 212.07º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #597493 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89116147-
CMYK0.390.2100.42
HSL212.07º24.58%46.27%-
HSV(B)212.07º39.46%57.65%-
XYZ15.6316.7230.01-
YUV111.46148.05111.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=25.28%
G=32.95%
B=41.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891161470.390.2100.42212.0724.5846.27
Hex597493271502Ad4192e
Octal13116422347250523243156
Binary10110011110100100100111001111010101010101101010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597493; }

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

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

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

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

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

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

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

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