#59918A

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

Shades of Lochinvar #59918A

Tints of Lochinvar #59918A

Color information

#59918A (or 0x59918A) is unknown color: approx Lochinvar. HEX triplet: 59, 91 and 8A. RGB value is (89,145,138). Sum of RGB (Red+Green+Blue) = 89+145+138=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #59918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59918A is #A66E75. Grayscale: #7F7F7F. Windows color (decimal): -10907254 or 9081177. OLE color: 9081177.

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

Color convert

RGB89145138-
CMYK0.3900.050.43
HSL172.5º23.93%45.88%-
HSV(B)172.5º38.62%56.86%-
XYZ18.8324.2127.73-
YUV127.46133.95100.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.92%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 138 (54.30% from 255) = 37.10%
R=23.92%
G=38.98%
B=37.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891451380.3900.050.43172.523.9345.88
Hex59918A27052Bac182e
Octal1312212124705532543056
Binary1011001100100011000101010011101011010111010110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59918A; }

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

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

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

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

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

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

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

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