#597A94

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

Shades of Kashmir Blue #597A94

Tints of Kashmir Blue #597A94

Color information

#597A94 (or 0x597A94) is unknown color: approx Kashmir Blue. HEX triplet: 59, 7A and 94. RGB value is (89,122,148). Sum of RGB (Red+Green+Blue) = 89+122+148=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #597A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A94 is #A6856B. Grayscale: #727272. Windows color (decimal): -10913132 or 9730649. OLE color: 9730649.

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

Color convert

RGB89122148-
CMYK0.400.1800.42
HSL206.44º24.89%46.47%-
HSV(B)206.44º39.86%58.04%-
XYZ16.4218.1830.66-
YUV115.1146.57109.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 148 (58.20% from 255) = 41.23%
R=24.79%
G=33.98%
B=41.23%

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
Decimal891221480.400.1800.42206.4424.8946.47
Hex597A94281202Ace192e
Octal13117222450220523163156
Binary10110011111010100101001010001001001010101100111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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