Html Css Color HEX #597994 Kashmir Blue

📋 copy color: '#597994'

red 89 ◦ green 121 ◦ blue 148

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

Shades of Kashmir Blue #597994

Tints of Kashmir Blue #597994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 24.86%
G = 33.8%
B = 41.34%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597994 (or 0x597994) is known color: Kashmir Blue. HEX triplet: 59, 79 and 94. RGB value is (89,121,148). Sum of RGB (Red+Green+Blue) = 89+121+148=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #597994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597994 is #A6866B. Grayscale: #727272. Windows color (decimal): -10913388 or 9730393. OLE color: 9730393.

HSL color Cylindrical-coordinate representation of color #597994: hue angle of 207.46º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #597994 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 121 148 -
CMYK 0.40 0.18 0 0.42
HSL 207.46º 0.25% 0.46% -
HSV(B) 207.46º 0.4% 0.58% -
XYZ 16.3 17.94 30.62 -
YUV 114.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 89 121 148 0.40 0.18 0 0.42 207.46 0.25 0.46
Hex 59 79 94 28 12 0 2A CF 19 2E
Octal 131 171 224 50 22 0 52 317 31 56
Binary 1011001 1111001 10010100 101000 10010 0 101010 11001111 11001 101110

Color Harmonies of #597994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597994

Black with #597994

Text Example


Text Example

White with #597994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597994; }

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

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

background-color css

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

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

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

border-color css

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

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

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