#509183

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

Shades of Lochinvar #509183

Tints of Lochinvar #509183

Color information

#509183 (or 0x509183) is unknown color: approx Lochinvar. HEX triplet: 50, 91 and 83. RGB value is (80,145,131). Sum of RGB (Red+Green+Blue) = 80+145+131=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #509183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509183 is #AF6E7C. Grayscale: #7B7B7B. Windows color (decimal): -11497085 or 8622416. OLE color: 8622416.

HSL color Cylindrical-coordinate representation of color #509183: hue angle of 167.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509183 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB80145131-
CMYK0.4500.100.43
HSL167.08º28.89%44.12%-
HSV(B)167.08º44.83%56.86%-
XYZ17.5323.5925.1-
YUV123.97131.9796.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.47%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=22.47%
G=40.73%
B=36.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451310.4500.100.43167.0828.8944.12
Hex5091832D0A2Ba71d2c
Octal12022120355012532473554
Binary10100001001000110000011101101010101010111010011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509183; }

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

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

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

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

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

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

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

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