#597793

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

Shades of Kashmir Blue #597793

Tints of Kashmir Blue #597793

Color information

#597793 (or 0x597793) is unknown color: approx Kashmir Blue. HEX triplet: 59, 77 and 93. RGB value is (89,119,147). Sum of RGB (Red+Green+Blue) = 89+119+147=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #597793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597793 is #A6886C. Grayscale: #717171. Windows color (decimal): -10913901 or 9664345. OLE color: 9664345.

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

Color convert

RGB89119147-
CMYK0.390.1900.42
HSL208.97º24.58%46.27%-
HSV(B)208.97º39.46%57.65%-
XYZ15.9817.4230.12-
YUV113.22147.06110.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.07%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=25.07%
G=33.52%
B=41.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891191470.390.1900.42208.9724.5846.27
Hex597793271302Ad1192e
Octal13116722347230523213156
Binary10110011110111100100111001111001101010101101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597793; }

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

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

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

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

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

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

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

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