#597591

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

Shades of Kashmir Blue #597591

Tints of Kashmir Blue #597591

Color information

#597591 (or 0x597591) is unknown color: approx Kashmir Blue. HEX triplet: 59, 75 and 91. RGB value is (89,117,145). Sum of RGB (Red+Green+Blue) = 89+117+145=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #597591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597591 is #A68A6E. Grayscale: #6F6F6F. Windows color (decimal): -10914415 or 9532761. OLE color: 9532761.

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

Color convert

RGB89117145-
CMYK0.390.1900.43
HSL210º23.93%45.88%-
HSV(B)210º38.62%56.86%-
XYZ15.5916.8929.23-
YUV111.82146.72111.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 41.31%
R=25.36%
G=33.33%
B=41.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891171450.390.1900.4321023.9345.88
Hex597591271302Bd2182e
Octal13116522147230533223056
Binary10110011110101100100011001111001101010111101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597591; }

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

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

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

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

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

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

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

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