#588985

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

Shades of Lochinvar #588985

Tints of Lochinvar #588985

Color information

#588985 (or 0x588985) is unknown color: approx Lochinvar. HEX triplet: 58, 89 and 85. RGB value is (88,137,133). Sum of RGB (Red+Green+Blue) = 88+137+133=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #588985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588985 is #A7767A. Grayscale: #797979. Windows color (decimal): -10974843 or 8751448. OLE color: 8751448.

HSL color Cylindrical-coordinate representation of color #588985: hue angle of 175.1º 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 #588985 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB88137133-
CMYK0.3600.030.46
HSL175.1º21.78%44.12%-
HSV(B)175.1º35.77%53.73%-
XYZ17.221.6625.46-
YUV121.89134.27103.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.58%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=24.58%
G=38.27%
B=37.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881371330.3600.030.46175.121.7844.12
Hex58898524032Eaf162c
Octal1302112054403562572654
Binary101100010001001100001011001000111011101010111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588985; }

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

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

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

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

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

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

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

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