Html Css Color HEX #597997 Kashmir Blue

📋 copy color: '#597997'

red 89 ◦ green 121 ◦ blue 151

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

Shades of Kashmir Blue #597997

Tints of Kashmir Blue #597997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

 BLUE value IS 151 (59.38% from 255) = 41.83%

R = 24.65%
G = 33.52%
B = 41.83%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#597997 (or 0x597997) is known color: Kashmir Blue. HEX triplet: 59, 79 and 97. RGB value is (89,121,151). Sum of RGB (Red+Green+Blue) = 89+121+151=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 151 - color contains mainly: blue. Hex color #597997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597997 is #A68668. Grayscale: #727272. Windows color (decimal): -10913385 or 9927001. OLE color: 9927001.

HSL color Cylindrical-coordinate representation of color #597997: hue angle of 209.03º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #597997 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 121 151 -
CMYK 0.41 0.20 0 0.41
HSL 209.03º 0.26% 0.47% -
HSV(B) 209.03º 0.41% 0.59% -
XYZ 16.54 18.03 31.89 -
YUV 114.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 89 121 151 0.41 0.20 0 0.41 209.03 0.26 0.47
Hex 59 79 97 29 14 0 29 D1 1A 2F
Octal 131 171 227 51 24 0 51 321 32 57
Binary 1011001 1111001 10010111 101001 10100 0 101001 11010001 11010 101111

Color Harmonies of #597997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597997

Black with #597997

Text Example


Text Example

White with #597997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597997; }

 p { color: rgb(89,121,151); }

 H1.HeaderClassName
 {
   color: #597997;
 }
 .AnyTagClassName
 {
   color: #597997;
 }
</style>

background-color css

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

 a { background-color: rgb(89,121,151); }

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

border-color css

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

 span { border-color: rgb(89,121,151); }

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