#58958B

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

Shades of Lochinvar #58958B

Tints of Lochinvar #58958B

Color information

#58958B (or 0x58958B) is unknown color: approx Lochinvar. HEX triplet: 58, 95 and 8B. RGB value is (88,149,139). Sum of RGB (Red+Green+Blue) = 88+149+139=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #58958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58958B is #A76A74. Grayscale: #818181. Windows color (decimal): -10971765 or 9147736. OLE color: 9147736.

HSL color Cylindrical-coordinate representation of color #58958B: hue angle of 170.16º 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 #58958B is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB88149139-
CMYK0.4100.070.42
HSL170.16º25.74%46.47%-
HSV(B)170.16º40.94%58.43%-
XYZ19.4325.4328.31-
YUV129.62133.2998.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.40%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=23.40%
G=39.63%
B=36.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491390.4100.070.42170.1625.7446.47
Hex58958B29072Aaa1a2e
Octal1302252135107522523256
Binary1011000100101011000101110100101111010101010101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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