#509B81

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

Shades of Lochinvar #509B81

Tints of Lochinvar #509B81

Color information

#509B81 (or 0x509B81) is unknown color: approx Lochinvar. HEX triplet: 50, 9B and 81. RGB value is (80,155,129). Sum of RGB (Red+Green+Blue) = 80+155+129=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #509B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B81 is #AF647E. Grayscale: #818181. Windows color (decimal): -11494527 or 8493904. OLE color: 8493904.

HSL color Cylindrical-coordinate representation of color #509B81: hue angle of 159.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B81 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB80155129-
CMYK0.4800.170.39
HSL159.2º31.91%46.08%-
HSV(B)159.2º48.39%60.78%-
XYZ18.9926.7324.93-
YUV129.61127.6592.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=21.98%
G=42.58%
B=35.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551290.4800.170.39159.231.9146.08
Hex509B8130011279f202e
Octal12023320160021472374056
Binary1010000100110111000000111000001000110011110011111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,155,129); }

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

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

 a { background-color: rgb(80,155,129); }

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

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

 span { border-color: rgb(80,155,129); }

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