#59938a

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

Shades of Lochinvar #59938A

Tints of Lochinvar #59938A

Color information

#59938A (or 0x59938A) is unknown color: approx Lochinvar. HEX triplet: 59, 93 and 8A. RGB value is (89,147,138). Sum of RGB (Red+Green+Blue) = 89+147+138=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #59938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59938A is #A66C75. Grayscale: #808080. Windows color (decimal): -10906742 or 9081689. OLE color: 9081689.

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

Color convert

RGB89147138-
CMYK0.3900.060.42
HSL170.69º24.58%46.27%-
HSV(B)170.69º39.46%57.65%-
XYZ19.1424.8327.83-
YUV128.63133.2899.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=23.80%
G=39.30%
B=36.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891471380.3900.060.42170.6924.5846.27
Hex59938A27062Aab192e
Octal1312232124706522533156
Binary1011001100100111000101010011101101010101010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59938a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59938a; }

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

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

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

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

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

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

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

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