#588983

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

Shades of Lochinvar #588983

Tints of Lochinvar #588983

Color information

#588983 (or 0x588983) is unknown color: approx Lochinvar. HEX triplet: 58, 89 and 83. RGB value is (88,137,131). Sum of RGB (Red+Green+Blue) = 88+137+131=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #588983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588983 is #A7767C. Grayscale: #797979. Windows color (decimal): -10974845 or 8620376. OLE color: 8620376.

HSL color Cylindrical-coordinate representation of color #588983: hue angle of 172.65º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #588983 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB88137131-
CMYK0.3600.040.46
HSL172.65º21.78%44.12%-
HSV(B)172.65º35.77%53.73%-
XYZ17.0721.624.74-
YUV121.66133.27103.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=24.72%
G=38.48%
B=36.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881371310.3600.040.46172.6521.7844.12
Hex58898324042Ead162c
Octal1302112034404562552654
Binary1011000100010011000001110010001001011101010110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588983; }

 p { color: rgb(88,137,131); }

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

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

 a { background-color: rgb(88,137,131); }

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

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

 span { border-color: rgb(88,137,131); }

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