Html Css Color HEX #597391 Kashmir Blue

📋 copy color: '#597391'

red 89 ◦ green 115 ◦ blue 145

#597391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #597391

Tints of Kashmir Blue #597391

RGB

 RED value IS 89 (35.16% from 255) = 25.5%

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 25.5%
G = 32.95%
B = 41.55%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597391 (or 0x597391) is known color: 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

RGB 89 115 145 -
CMYK 0.39 0.21 0 0.43
HSL 212.14º 0.24% 0.46% -
HSV(B) 212.14º 0.39% 0.57% -
XYZ 15.36 16.43 29.15 -
YUV 110.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 89 115 145 0.39 0.21 0 0.43 212.14 0.24 0.46
Hex 59 73 91 27 15 0 2B D4 18 2E
Octal 131 163 221 47 25 0 53 324 30 56
Binary 1011001 1110011 10010001 100111 10101 0 101011 11010100 11000 101110

Color Harmonies of #597391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597391

Black with #597391

Text Example


Text Example

White with #597391

Text Example


Text Example

HTML Codes & Css Web 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>