#597392

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

Shades of Kashmir Blue #597392

Tints of Kashmir Blue #597392

Color information

#597392 (or 0x597392) is unknown color: approx Kashmir Blue. HEX triplet: 59, 73 and 92. RGB value is (89,115,146). Sum of RGB (Red+Green+Blue) = 89+115+146=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #597392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597392 is #A68C6D. Grayscale: #6E6E6E. Windows color (decimal): -10914926 or 9597785. OLE color: 9597785.

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

Color convert

RGB89115146-
CMYK0.390.2100.43
HSL212.63º24.26%46.08%-
HSV(B)212.63º39.04%57.25%-
XYZ15.4416.4629.56-
YUV110.76147.89112.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=25.43%
G=32.86%
B=41.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891151460.390.2100.43212.6324.2646.08
Hex597392271502Bd5182e
Octal13116322247250533253056
Binary10110011110011100100101001111010101010111101010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597392; }

 p { color: rgb(89,115,146); }

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

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

 a { background-color: rgb(89,115,146); }

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

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

 span { border-color: rgb(89,115,146); }

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