#58918A

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

Shades of Lochinvar #58918A

Tints of Lochinvar #58918A

Color information

#58918A (or 0x58918A) is unknown color: approx Lochinvar. HEX triplet: 58, 91 and 8A. RGB value is (88,145,138). Sum of RGB (Red+Green+Blue) = 88+145+138=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #58918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58918A is #A76E75. Grayscale: #7F7F7F. Windows color (decimal): -10972790 or 9081176. OLE color: 9081176.

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

Color convert

RGB88145138-
CMYK0.3900.050.43
HSL172.63º24.46%45.69%-
HSV(B)172.63º39.31%56.86%-
XYZ18.7424.1627.72-
YUV127.16134.12100.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=23.72%
G=39.08%
B=37.20%

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
Decimal881451380.3900.050.43172.6324.4645.69
Hex58918A27052Bad182e
Octal1302212124705532553056
Binary1011000100100011000101010011101011010111010110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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