Html Css Color HEX #597696 Kashmir Blue

📋 copy color: '#597696'

red 89 ◦ green 118 ◦ blue 150

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

Shades of Kashmir Blue #597696

Tints of Kashmir Blue #597696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

 BLUE value IS 150 (58.98% from 255) = 42.02%

R = 24.93%
G = 33.05%
B = 42.02%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#597696 (or 0x597696) is known color: Kashmir Blue. HEX triplet: 59, 76 and 96. RGB value is (89,118,150). Sum of RGB (Red+Green+Blue) = 89+118+150=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #597696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597696 is #A68969. Grayscale: #707070. Windows color (decimal): -10914154 or 9860697. OLE color: 9860697.

HSL color Cylindrical-coordinate representation of color #597696: hue angle of 211.48º 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 #597696 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 118 150 -
CMYK 0.41 0.21 0 0.41
HSL 211.48º 0.26% 0.47% -
HSV(B) 211.48º 0.41% 0.59% -
XYZ 16.1 17.28 31.34 -
YUV 112.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 89 118 150 0.41 0.21 0 0.41 211.48 0.26 0.47
Hex 59 76 96 29 15 0 29 D3 1A 2F
Octal 131 166 226 51 25 0 51 323 32 57
Binary 1011001 1110110 10010110 101001 10101 0 101001 11010011 11010 101111

Color Harmonies of #597696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597696

Black with #597696

Text Example


Text Example

White with #597696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597696; }

 p { color: rgb(89,118,150); }

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

background-color css

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

 a { background-color: rgb(89,118,150); }

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

border-color css

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

 span { border-color: rgb(89,118,150); }

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