#509489

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

Shades of Lochinvar #509489

Tints of Lochinvar #509489

Color information

#509489 (or 0x509489) is unknown color: approx Lochinvar. HEX triplet: 50, 94 and 89. RGB value is (80,148,137). Sum of RGB (Red+Green+Blue) = 80+148+137=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #509489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509489 is #AF6B76. Grayscale: #7E7E7E. Windows color (decimal): -11496311 or 9016400. OLE color: 9016400.

HSL color Cylindrical-coordinate representation of color #509489: hue angle of 170.29º 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 #509489 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB80148137-
CMYK0.4600.070.42
HSL170.29º29.82%44.71%-
HSV(B)170.29º45.95%58.04%-
XYZ18.4124.6927.46-
YUV126.41133.9794.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 137 (53.91% from 255) = 37.53%
R=21.92%
G=40.55%
B=37.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801481370.4600.070.42170.2929.8244.71
Hex5094892E072Aaa1e2d
Octal1202242115607522523655
Binary1010000100101001000100110111001111010101010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509489; }

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

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

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

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

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

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

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

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