#509E85

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

Shades of Lochinvar #509E85

Tints of Lochinvar #509E85

Color information

#509E85 (or 0x509E85) is unknown color: approx Lochinvar. HEX triplet: 50, 9E and 85. RGB value is (80,158,133). Sum of RGB (Red+Green+Blue) = 80+158+133=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #509E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E85 is #AF617A. Grayscale: #838383. Windows color (decimal): -11493755 or 8756816. OLE color: 8756816.

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

Color convert

RGB80158133-
CMYK0.4900.160.38
HSL160.77º32.77%46.67%-
HSV(B)160.77º49.37%61.96%-
XYZ19.7727.8526.52-
YUV131.83128.6691.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=21.56%
G=42.59%
B=35.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801581330.4900.160.38160.7732.7746.67
Hex509E853101026a1212f
Octal12023620561020462414157
Binary1010000100111101000010111000101000010011010100001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,158,133); }

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

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

 a { background-color: rgb(80,158,133); }

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

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

 span { border-color: rgb(80,158,133); }

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