#58988D

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

Shades of Lochinvar #58988D

Tints of Lochinvar #58988D

Color information

#58988D (or 0x58988D) is unknown color: approx Lochinvar. HEX triplet: 58, 98 and 8D. RGB value is (88,152,141). Sum of RGB (Red+Green+Blue) = 88+152+141=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #58988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58988D is #A76772. Grayscale: #838383. Windows color (decimal): -10970995 or 9279576. OLE color: 9279576.

HSL color Cylindrical-coordinate representation of color #58988D: hue angle of 169.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58988D is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB88152141-
CMYK0.4200.070.40
HSL169.69º26.67%47.06%-
HSV(B)169.69º42.11%59.61%-
XYZ20.0626.4529.25-
YUV131.61133.396.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.10%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=23.10%
G=39.90%
B=37.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881521410.4200.070.40169.6926.6747.06
Hex58988D2A0728aa1b2f
Octal1302302155207502523357
Binary1011000100110001000110110101001111010001010101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58988D; }

 p { color: rgb(88,152,141); }

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

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

 a { background-color: rgb(88,152,141); }

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

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

 span { border-color: rgb(88,152,141); }

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