#597A95

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

Shades of Kashmir Blue #597A95

Tints of Kashmir Blue #597A95

Color information

#597A95 (or 0x597A95) is unknown color: approx Kashmir Blue. HEX triplet: 59, 7A and 95. RGB value is (89,122,149). Sum of RGB (Red+Green+Blue) = 89+122+149=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #597A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A95 is #A6856A. Grayscale: #737373. Windows color (decimal): -10913131 or 9796185. OLE color: 9796185.

HSL color Cylindrical-coordinate representation of color #597A95: hue angle of 207º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #597A95 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89122149-
CMYK0.400.1800.42
HSL207º25.21%46.67%-
HSV(B)207º40.27%58.43%-
XYZ16.518.2131.08-
YUV115.21147.07109.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=24.72%
G=33.89%
B=41.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891221490.400.1800.4220725.2146.67
Hex597A95281202Acf192f
Octal13117222550220523173157
Binary10110011111010100101011010001001001010101100111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597A95; }

 p { color: rgb(89,122,149); }

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

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

 a { background-color: rgb(89,122,149); }

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

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

 span { border-color: rgb(89,122,149); }

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