#597089

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

Shades of Kashmir Blue #597089

Tints of Kashmir Blue #597089

Color information

#597089 (or 0x597089) is unknown color: approx Kashmir Blue. HEX triplet: 59, 70 and 89. RGB value is (89,112,137). Sum of RGB (Red+Green+Blue) = 89+112+137=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #597089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597089 is #A68F76. Grayscale: #6B6B6B. Windows color (decimal): -10915703 or 9007193. OLE color: 9007193.

HSL color Cylindrical-coordinate representation of color #597089: hue angle of 211.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #597089 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB89112137-
CMYK0.350.1800.46
HSL211.25º21.24%44.31%-
HSV(B)211.25º35.04%53.73%-
XYZ14.4315.5225.9-
YUV107.97144.38114.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.33%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=26.33%
G=33.14%
B=40.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891121370.350.1800.46211.2521.2444.31
Hex597089231202Ed3152c
Octal13116021143220563232554
Binary10110011110000100010011000111001001011101101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597089; }

 p { color: rgb(89,112,137); }

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

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

 a { background-color: rgb(89,112,137); }

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

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

 span { border-color: rgb(89,112,137); }

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