#58958C

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

Shades of Lochinvar #58958C

Tints of Lochinvar #58958C

Color information

#58958C (or 0x58958C) is unknown color: approx Lochinvar. HEX triplet: 58, 95 and 8C. RGB value is (88,149,140). Sum of RGB (Red+Green+Blue) = 88+149+140=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #58958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58958C is #A76A73. Grayscale: #818181. Windows color (decimal): -10971764 or 9213272. OLE color: 9213272.

HSL color Cylindrical-coordinate representation of color #58958C: hue angle of 171.15º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58958C is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB88149140-
CMYK0.4100.060.42
HSL171.15º25.74%46.47%-
HSV(B)171.15º40.94%58.43%-
XYZ19.5125.4628.7-
YUV129.73133.7998.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=23.34%
G=39.52%
B=37.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491400.4100.060.42171.1525.7446.47
Hex58958C29062Aab1a2e
Octal1302252145106522533256
Binary1011000100101011000110010100101101010101010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58958C; }

 p { color: rgb(88,149,140); }

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

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

 a { background-color: rgb(88,149,140); }

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

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

 span { border-color: rgb(88,149,140); }

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