Html Css Color HEX #597495 Kashmir Blue

📋 copy color: '#597495'

red 89 ◦ green 116 ◦ blue 149

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

Shades of Kashmir Blue #597495

Tints of Kashmir Blue #597495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 25.14%
G = 32.77%
B = 42.09%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597495 (or 0x597495) is known color: Kashmir Blue. HEX triplet: 59, 74 and 95. RGB value is (89,116,149). Sum of RGB (Red+Green+Blue) = 89+116+149=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #597495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597495 is #A68B6A. Grayscale: #6F6F6F. Windows color (decimal): -10914667 or 9794649. OLE color: 9794649.

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

Color convert

RGB 89 116 149 -
CMYK 0.40 0.22 0 0.42
HSL 213º 0.25% 0.47% -
HSV(B) 213º 0.4% 0.58% -
XYZ 15.79 16.78 30.84 -
YUV 111.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 89 116 149 0.40 0.22 0 0.42 213 0.25 0.47
Hex 59 74 95 28 16 0 2A D5 19 2F
Octal 131 164 225 50 26 0 52 325 31 57
Binary 1011001 1110100 10010101 101000 10110 0 101010 11010101 11001 101111

Color Harmonies of #597495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597495

Black with #597495

Text Example


Text Example

White with #597495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597495; }

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

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

background-color css

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

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

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

border-color css

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

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

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