#597991

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

Shades of Lynch #597991

Tints of Lynch #597991

Color information

#597991 (or 0x597991) is unknown color: approx Lynch. HEX triplet: 59, 79 and 91. RGB value is (89,121,145). Sum of RGB (Red+Green+Blue) = 89+121+145=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #597991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597991 is #A6866E. Grayscale: #727272. Windows color (decimal): -10913391 or 9533785. OLE color: 9533785.

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

Color convert

RGB89121145-
CMYK0.390.1700.43
HSL205.71º23.93%45.88%-
HSV(B)205.71º38.62%56.86%-
XYZ16.0717.8429.39-
YUV114.17145.4110.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.07%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 145 (57.03% from 255) = 40.85%
R=25.07%
G=34.08%
B=40.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891211450.390.1700.43205.7123.9345.88
Hex597991271102Bce182e
Octal13117122147210533163056
Binary10110011111001100100011001111000101010111100111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597991; }

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

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

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

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

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

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

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

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