#509E84

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

Shades of Lochinvar #509E84

Tints of Lochinvar #509E84

Color information

#509E84 (or 0x509E84) is unknown color: approx Lochinvar. HEX triplet: 50, 9E and 84. RGB value is (80,158,132). Sum of RGB (Red+Green+Blue) = 80+158+132=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #509E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E84 is #AF617B. Grayscale: #838383. Windows color (decimal): -11493756 or 8691280. OLE color: 8691280.

HSL color Cylindrical-coordinate representation of color #509E84: hue angle of 160º 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 #509E84 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB80158132-
CMYK0.4900.160.38
HSL160º32.77%46.67%-
HSV(B)160º49.37%61.96%-
XYZ19.727.8326.16-
YUV131.71128.1691.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=21.62%
G=42.70%
B=35.68%

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
Decimal801581320.4900.160.3816032.7746.67
Hex509E843101026a0212f
Octal12023620461020462404157
Binary1010000100111101000010011000101000010011010100000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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