#597391

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

Shades of Kashmir Blue #597391

Tints of Kashmir Blue #597391

Color information

#597391 (or 0x597391) is unknown color: approx Kashmir Blue. HEX triplet: 59, 73 and 91. RGB value is (89,115,145). Sum of RGB (Red+Green+Blue) = 89+115+145=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #597391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597391 is #A68C6E. Grayscale: #6E6E6E. Windows color (decimal): -10914927 or 9532249. OLE color: 9532249.

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

Color convert

RGB89115145-
CMYK0.390.2100.43
HSL212.14º23.93%45.88%-
HSV(B)212.14º38.62%56.86%-
XYZ15.3616.4329.15-
YUV110.65147.39112.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.50%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 145 (57.03% from 255) = 41.55%
R=25.50%
G=32.95%
B=41.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891151450.390.2100.43212.1423.9345.88
Hex597391271502Bd4182e
Octal13116322147250533243056
Binary10110011110011100100011001111010101010111101010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597391; }

 p { color: rgb(89,115,145); }

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

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

 a { background-color: rgb(89,115,145); }

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

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

 span { border-color: rgb(89,115,145); }

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