#509F8E

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

Shades of Lochinvar #509F8E

Tints of Lochinvar #509F8E

Color information

#509F8E (or 0x509F8E) is unknown color: approx Lochinvar. HEX triplet: 50, 9F and 8E. RGB value is (80,159,142). Sum of RGB (Red+Green+Blue) = 80+159+142=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #509F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F8E is #AF6071. Grayscale: #858585. Windows color (decimal): -11493490 or 9346896. OLE color: 9346896.

HSL color Cylindrical-coordinate representation of color #509F8E: hue angle of 167.09º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F8E is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB80159142-
CMYK0.5000.110.38
HSL167.09º33.05%46.86%-
HSV(B)167.09º49.69%62.35%-
XYZ20.5928.4530-
YUV133.44132.8389.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=21.00%
G=41.73%
B=37.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801591420.5000.110.38167.0933.0546.86
Hex509F8E320B26a7212f
Octal12023721662013462474157
Binary101000010011111100011101100100101110011010100111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509F8E; }

 p { color: rgb(80,159,142); }

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

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

 a { background-color: rgb(80,159,142); }

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

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

 span { border-color: rgb(80,159,142); }

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