#58948A

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

Shades of Lochinvar #58948A

Tints of Lochinvar #58948A

Color information

#58948A (or 0x58948A) is unknown color: approx Lochinvar. HEX triplet: 58, 94 and 8A. RGB value is (88,148,138). Sum of RGB (Red+Green+Blue) = 88+148+138=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #58948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58948A is #A76B75. Grayscale: #808080. Windows color (decimal): -10972022 or 9081944. OLE color: 9081944.

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

Color convert

RGB88148138-
CMYK0.4100.070.42
HSL170º25.42%46.27%-
HSV(B)170º40.54%58.04%-
XYZ19.225.0927.88-
YUV128.92133.1298.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.53%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=23.53%
G=39.57%
B=36.90%

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
Decimal881481380.4100.070.4217025.4246.27
Hex58948A29072Aaa192e
Octal1302242125107522523156
Binary1011000100101001000101010100101111010101010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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