#559E8E

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

Shades of Lochinvar #559E8E

Tints of Lochinvar #559E8E

Color information

#559E8E (or 0x559E8E) is unknown color: approx Lochinvar. HEX triplet: 55, 9E and 8E. RGB value is (85,158,142). Sum of RGB (Red+Green+Blue) = 85+158+142=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #559E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E8E is #AA6171. Grayscale: #868686. Windows color (decimal): -11166066 or 9346645. OLE color: 9346645.

HSL color Cylindrical-coordinate representation of color #559E8E: hue angle of 166.85º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E8E is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB85158142-
CMYK0.4600.100.38
HSL166.85º30.04%47.65%-
HSV(B)166.85º46.2%61.96%-
XYZ20.8628.3429.96-
YUV134.35132.3292.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 158 (62.11% from 255) = 41.04%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=22.08%
G=41.04%
B=36.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851581420.4600.100.38166.8530.0447.65
Hex559E8E2E0A26a71e30
Octal12523621656012462473660
Binary10101011001111010001110101110010101001101010011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559E8E; }

 p { color: rgb(85,158,142); }

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

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

 a { background-color: rgb(85,158,142); }

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

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

 span { border-color: rgb(85,158,142); }

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