#597D95

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

Shades of Lynch #597D95

Tints of Lynch #597D95

Color information

#597D95 (or 0x597D95) is unknown color: approx Lynch. HEX triplet: 59, 7D and 95. RGB value is (89,125,149). Sum of RGB (Red+Green+Blue) = 89+125+149=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #597D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D95 is #A6826A. Grayscale: #747474. Windows color (decimal): -10912363 or 9796953. OLE color: 9796953.

HSL color Cylindrical-coordinate representation of color #597D95: hue angle of 204º 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 #597D95 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89125149-
CMYK0.400.1600.42
HSL204º25.21%46.67%-
HSV(B)204º40.27%58.43%-
XYZ16.8818.9631.2-
YUV116.97146.07108.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.52%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=24.52%
G=34.44%
B=41.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891251490.400.1600.4220425.2146.67
Hex597D95281002Acc192f
Octal13117522550200523143157
Binary10110011111101100101011010001000001010101100110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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