Html Css Color HEX #597896 Kashmir Blue

📋 copy color: '#597896'

red 89 ◦ green 120 ◦ blue 150

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

Shades of Kashmir Blue #597896

Tints of Kashmir Blue #597896

RGB

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

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

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

R = 24.79%
G = 33.43%
B = 41.78%

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

#597896 (or 0x597896) is known color: Kashmir Blue. HEX triplet: 59, 78 and 96. RGB value is (89,120,150). Sum of RGB (Red+Green+Blue) = 89+120+150=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #597896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597896 is #A68769. Grayscale: #727272. Windows color (decimal): -10913642 or 9861209. OLE color: 9861209.

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

Color convert

RGB 89 120 150 -
CMYK 0.41 0.20 0 0.41
HSL 209.51º 0.26% 0.47% -
HSV(B) 209.51º 0.41% 0.59% -
XYZ 16.34 17.76 31.42 -
YUV 114.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 89 120 150 0.41 0.20 0 0.41 209.51 0.26 0.47
Hex 59 78 96 29 14 0 29 D2 1A 2F
Octal 131 170 226 51 24 0 51 322 32 57
Binary 1011001 1111000 10010110 101001 10100 0 101001 11010010 11010 101111

Color Harmonies of #597896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597896

Black with #597896

Text Example


Text Example

White with #597896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597896; }

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

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

background-color css

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

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

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

border-color css

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

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

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