Html Css Color HEX #597895 Kashmir Blue

📋 copy color: '#597895'

red 89 ◦ green 120 ◦ blue 149

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

Shades of Kashmir Blue #597895

Tints of Kashmir Blue #597895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 24.86%
G = 33.52%
B = 41.62%

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

#597895 (or 0x597895) is known color: Kashmir Blue. HEX triplet: 59, 78 and 95. RGB value is (89,120,149). Sum of RGB (Red+Green+Blue) = 89+120+149=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #597895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597895 is #A6876A. Grayscale: #717171. Windows color (decimal): -10913643 or 9795673. OLE color: 9795673.

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

Color convert

RGB 89 120 149 -
CMYK 0.40 0.19 0 0.42
HSL 209º 0.25% 0.47% -
HSV(B) 209º 0.4% 0.58% -
XYZ 16.26 17.73 31 -
YUV 114.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 89 120 149 0.40 0.19 0 0.42 209 0.25 0.47
Hex 59 78 95 28 13 0 2A D1 19 2F
Octal 131 170 225 50 23 0 52 321 31 57
Binary 1011001 1111000 10010101 101000 10011 0 101010 11010001 11001 101111

Color Harmonies of #597895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597895

Black with #597895

Text Example


Text Example

White with #597895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597895; }

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

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

background-color css

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

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

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

border-color css

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

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

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