Html Css Color HEX #597190 Kashmir Blue

📋 copy color: '#597190'

red 89 ◦ green 113 ◦ blue 144

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

Shades of Kashmir Blue #597190

Tints of Kashmir Blue #597190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 25.72%
G = 32.66%
B = 41.62%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#597190 (or 0x597190) is known color: Kashmir Blue. HEX triplet: 59, 71 and 90. RGB value is (89,113,144). Sum of RGB (Red+Green+Blue) = 89+113+144=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #597190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597190 is #A68E6F. Grayscale: #6D6D6D. Windows color (decimal): -10915440 or 9466201. OLE color: 9466201.

HSL color Cylindrical-coordinate representation of color #597190: hue angle of 213.82º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #597190 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 113 144 -
CMYK 0.38 0.22 0 0.44
HSL 213.82º 0.24% 0.46% -
HSV(B) 213.82º 0.38% 0.56% -
XYZ 15.06 15.95 28.67 -
YUV 109.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 89 113 144 0.38 0.22 0 0.44 213.82 0.24 0.46
Hex 59 71 90 26 16 0 2C D6 18 2E
Octal 131 161 220 46 26 0 54 326 30 56
Binary 1011001 1110001 10010000 100110 10110 0 101100 11010110 11000 101110

Color Harmonies of #597190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597190

Black with #597190

Text Example


Text Example

White with #597190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597190; }

 p { color: rgb(89,113,144); }

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

background-color css

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

 a { background-color: rgb(89,113,144); }

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

border-color css

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

 span { border-color: rgb(89,113,144); }

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