#597191

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

Shades of Kashmir Blue #597191

Tints of Kashmir Blue #597191

Color information

#597191 (or 0x597191) is unknown color: approx Kashmir Blue. HEX triplet: 59, 71 and 91. RGB value is (89,113,145). Sum of RGB (Red+Green+Blue) = 89+113+145=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #597191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597191 is #A68E6E. Grayscale: #6D6D6D. Windows color (decimal): -10915439 or 9531737. OLE color: 9531737.

HSL color Cylindrical-coordinate representation of color #597191: hue angle of 214.29º 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 #597191 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB89113145-
CMYK0.390.2200.43
HSL214.29º23.93%45.88%-
HSV(B)214.29º38.62%56.86%-
XYZ15.1415.9829.07-
YUV109.47148.05113.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=25.65%
G=32.56%
B=41.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891131450.390.2200.43214.2923.9345.88
Hex597191271602Bd6182e
Octal13116122147260533263056
Binary10110011110001100100011001111011001010111101011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597191; }

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

 H1.HeaderClassName
 {
   color: #597191;
 }
 .AnyTagClassName
 {
   color: #597191;
 }
</style>
background-color css

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

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

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

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

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

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