#509687

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

Shades of Lochinvar #509687

Tints of Lochinvar #509687

Color information

#509687 (or 0x509687) is unknown color: approx Lochinvar. HEX triplet: 50, 96 and 87. RGB value is (80,150,135). Sum of RGB (Red+Green+Blue) = 80+150+135=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #509687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509687 is #AF6978. Grayscale: #7F7F7F. Windows color (decimal): -11495801 or 8885840. OLE color: 8885840.

HSL color Cylindrical-coordinate representation of color #509687: hue angle of 167.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509687 is Cyan = 0.47, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB80150135-
CMYK0.4700.10.41
HSL167.14º30.43%45.1%-
HSV(B)167.14º46.67%58.82%-
XYZ18.5925.2726.82-
YUV127.36132.3194.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=21.92%
G=41.10%
B=36.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801501350.4700.10.41167.1430.4345.1
Hex5096872F0A29a71e2d
Octal12022620757012512473655
Binary10100001001011010000111101111010101010011010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509687; }

 p { color: rgb(80,150,135); }

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

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

 a { background-color: rgb(80,150,135); }

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

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

 span { border-color: rgb(80,150,135); }

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