Html Css Color HEX #597993 Kashmir Blue

📋 copy color: '#597993'

red 89 ◦ green 121 ◦ blue 147

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

Shades of Kashmir Blue #597993

Tints of Kashmir Blue #597993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.18%

R = 24.93%
G = 33.89%
B = 41.18%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597993 (or 0x597993) is known color: Kashmir Blue. HEX triplet: 59, 79 and 93. RGB value is (89,121,147). Sum of RGB (Red+Green+Blue) = 89+121+147=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #597993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597993 is #A6866C. Grayscale: #727272. Windows color (decimal): -10913389 or 9664857. OLE color: 9664857.

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

Color convert

RGB 89 121 147 -
CMYK 0.39 0.18 0 0.42
HSL 206.9º 0.25% 0.46% -
HSV(B) 206.9º 0.39% 0.58% -
XYZ 16.22 17.91 30.2 -
YUV 114.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 89 121 147 0.39 0.18 0 0.42 206.9 0.25 0.46
Hex 59 79 93 27 12 0 2A CF 19 2E
Octal 131 171 223 47 22 0 52 317 31 56
Binary 1011001 1111001 10010011 100111 10010 0 101010 11001111 11001 101110

Color Harmonies of #597993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597993

Black with #597993

Text Example


Text Example

White with #597993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597993; }

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

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

background-color css

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

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

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

border-color css

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

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

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