Html Css Color HEX #597995 Kashmir Blue

📋 copy color: '#597995'

red 89 ◦ green 121 ◦ blue 149

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

Shades of Kashmir Blue #597995

Tints of Kashmir Blue #597995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 24.79%
G = 33.7%
B = 41.5%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597995 (or 0x597995) is known color: Kashmir Blue. HEX triplet: 59, 79 and 95. RGB value is (89,121,149). Sum of RGB (Red+Green+Blue) = 89+121+149=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #597995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597995 is #A6866A. Grayscale: #727272. Windows color (decimal): -10913387 or 9795929. OLE color: 9795929.

HSL color Cylindrical-coordinate representation of color #597995: hue angle of 208º 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 #597995 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 121 149 -
CMYK 0.40 0.19 0 0.42
HSL 208º 0.25% 0.47% -
HSV(B) 208º 0.4% 0.58% -
XYZ 16.38 17.97 31.04 -
YUV 114.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 89 121 149 0.40 0.19 0 0.42 208 0.25 0.47
Hex 59 79 95 28 13 0 2A D0 19 2F
Octal 131 171 225 50 23 0 52 320 31 57
Binary 1011001 1111001 10010101 101000 10011 0 101010 11010000 11001 101111

Color Harmonies of #597995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597995

Black with #597995

Text Example


Text Example

White with #597995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597995; }

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

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

background-color css

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

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

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

border-color css

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

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

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