#509B83

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

Shades of Lochinvar #509B83

Tints of Lochinvar #509B83

Color information

#509B83 (or 0x509B83) is unknown color: approx Lochinvar. HEX triplet: 50, 9B and 83. RGB value is (80,155,131). Sum of RGB (Red+Green+Blue) = 80+155+131=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #509B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B83 is #AF647C. Grayscale: #818181. Windows color (decimal): -11494525 or 8624976. OLE color: 8624976.

HSL color Cylindrical-coordinate representation of color #509B83: hue angle of 160.8º 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 #509B83 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB80155131-
CMYK0.4800.150.39
HSL160.8º31.91%46.08%-
HSV(B)160.8º48.39%60.78%-
XYZ19.1326.7925.64-
YUV129.84128.6592.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 155 (60.94% from 255) = 42.35%
BLUE value IS 131 (51.56% from 255) = 35.79%
R=21.86%
G=42.35%
B=35.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551310.4800.150.39160.831.9146.08
Hex509B83300F27a1202e
Octal12023320360017472414056
Binary101000010011011100000111100000111110011110100001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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