#597993

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

Shades of Kashmir Blue #597993

Tints of Kashmir Blue #597993

Color information

#597993 (or 0x597993) is unknown color: approx Kashmir Blue. HEX triplet: 59, 79 and 93. RGB value is (89,121,147). Sum of RGB (Red+Green+Blue) = 89+121+147=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #597993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597993 is #A6866C. Grayscale: #727272. Windows color (decimal): -10913389 or 9664857. OLE color: 9664857.

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

Color convert

RGB89121147-
CMYK0.390.1800.42
HSL206.9º24.58%46.27%-
HSV(B)206.9º39.46%57.65%-
XYZ16.2217.9130.2-
YUV114.4146.4109.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.93%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=24.93%
G=33.89%
B=41.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891211470.390.1800.42206.924.5846.27
Hex597993271202Acf192e
Octal13117122347220523173156
Binary10110011111001100100111001111001001010101100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597993; }

 p { color: rgb(89,121,147); }

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

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

 a { background-color: rgb(89,121,147); }

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

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

 span { border-color: rgb(89,121,147); }

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