Html Css Color HEX #597992 Kashmir Blue

📋 copy color: '#597992'

red 89 ◦ green 121 ◦ blue 146

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

Shades of Kashmir Blue #597992

Tints of Kashmir Blue #597992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 25%
G = 33.99%
B = 41.01%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597992 (or 0x597992) is known color: Kashmir Blue. HEX triplet: 59, 79 and 92. RGB value is (89,121,146). Sum of RGB (Red+Green+Blue) = 89+121+146=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #597992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597992 is #A6866D. Grayscale: #727272. Windows color (decimal): -10913390 or 9599321. OLE color: 9599321.

HSL color Cylindrical-coordinate representation of color #597992: hue angle of 206.32º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #597992 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 121 146 -
CMYK 0.39 0.17 0 0.43
HSL 206.32º 0.24% 0.46% -
HSV(B) 206.32º 0.39% 0.57% -
XYZ 16.15 17.87 29.79 -
YUV 114.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 89 121 146 0.39 0.17 0 0.43 206.32 0.24 0.46
Hex 59 79 92 27 11 0 2B CE 18 2E
Octal 131 171 222 47 21 0 53 316 30 56
Binary 1011001 1111001 10010010 100111 10001 0 101011 11001110 11000 101110

Color Harmonies of #597992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597992

Black with #597992

Text Example


Text Example

White with #597992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597992; }

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

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

background-color css

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

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

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

border-color css

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

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

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