#598981

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

Shades of Lochinvar #598981

Tints of Lochinvar #598981

Color information

#598981 (or 0x598981) is unknown color: approx Lochinvar. HEX triplet: 59, 89 and 81. RGB value is (89,137,129). Sum of RGB (Red+Green+Blue) = 89+137+129=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #598981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598981 is #A6767E. Grayscale: #797979. Windows color (decimal): -10909311 or 8489305. OLE color: 8489305.

HSL color Cylindrical-coordinate representation of color #598981: hue angle of 170º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598981 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB89137129-
CMYK0.3500.060.46
HSL170º21.24%44.31%-
HSV(B)170º35.04%53.73%-
XYZ17.0321.624.04-
YUV121.74132.1104.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.07%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=25.07%
G=38.59%
B=36.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891371290.3500.060.4617021.2444.31
Hex59898123062Eaa152c
Octal1312112014306562522554
Binary1011001100010011000000110001101101011101010101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598981; }

 p { color: rgb(89,137,129); }

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

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

 a { background-color: rgb(89,137,129); }

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

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

 span { border-color: rgb(89,137,129); }

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