#509D8E

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

Shades of Lochinvar #509D8E

Tints of Lochinvar #509D8E

Color information

#509D8E (or 0x509D8E) is unknown color: approx Lochinvar. HEX triplet: 50, 9D and 8E. RGB value is (80,157,142). Sum of RGB (Red+Green+Blue) = 80+157+142=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #509D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D8E is #AF6271. Grayscale: #848484. Windows color (decimal): -11494002 or 9346384. OLE color: 9346384.

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

Color convert

RGB80157142-
CMYK0.4900.100.38
HSL168.31º32.49%46.47%-
HSV(B)168.31º49.04%61.57%-
XYZ20.2527.7729.88-
YUV132.27133.4990.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=21.11%
G=41.42%
B=37.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801571420.4900.100.38168.3132.4946.47
Hex509D8E310A26a8202e
Octal12023521661012462504056
Binary101000010011101100011101100010101010011010101000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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