#509389

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

Shades of Lochinvar #509389

Tints of Lochinvar #509389

Color information

#509389 (or 0x509389) is unknown color: approx Lochinvar. HEX triplet: 50, 93 and 89. RGB value is (80,147,137). Sum of RGB (Red+Green+Blue) = 80+147+137=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #509389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509389 is #AF6C76. Grayscale: #7D7D7D. Windows color (decimal): -11496567 or 9016144. OLE color: 9016144.

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

Color convert

RGB80147137-
CMYK0.4600.070.42
HSL171.04º29.52%44.51%-
HSV(B)171.04º45.58%57.65%-
XYZ18.2624.3827.41-
YUV125.83134.395.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=21.98%
G=40.38%
B=37.64%

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
Decimal801471370.4600.070.42171.0429.5244.51
Hex5093892E072Aab1e2d
Octal1202232115607522533655
Binary1010000100100111000100110111001111010101010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509389; }

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

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

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

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

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

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

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

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