#509487

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

Shades of Lochinvar #509487

Tints of Lochinvar #509487

Color information

#509487 (or 0x509487) is unknown color: approx Lochinvar. HEX triplet: 50, 94 and 87. RGB value is (80,148,135). Sum of RGB (Red+Green+Blue) = 80+148+135=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #509487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509487 is #AF6B78. Grayscale: #7E7E7E. Windows color (decimal): -11496313 or 8885328. OLE color: 8885328.

HSL color Cylindrical-coordinate representation of color #509487: hue angle of 168.53º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509487 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB80148135-
CMYK0.4600.090.42
HSL168.53º29.82%44.71%-
HSV(B)168.53º45.95%58.04%-
XYZ18.2724.6326.71-
YUV126.19132.9795.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=22.04%
G=40.77%
B=37.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801481350.4600.090.42168.5329.8244.71
Hex5094872E092Aa91e2d
Octal12022420756011522513655
Binary10100001001010010000111101110010011010101010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509487; }

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

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

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

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

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

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

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

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