#597190

Color #597190 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #597190

Tints of Kashmir Blue #597190

Color information

#597190 (or 0x597190) is unknown color: approx 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

RGB89113144-
CMYK0.380.2200.44
HSL213.82º23.61%45.69%-
HSV(B)213.82º38.19%56.47%-
XYZ15.0615.9528.67-
YUV109.36147.55113.48-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891131440.380.2200.44213.8223.6145.69
Hex597190261602Cd6182e
Octal13116122046260543263056
Binary10110011110001100100001001101011001011001101011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>