#509883

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

Shades of Lochinvar #509883

Tints of Lochinvar #509883

Color information

#509883 (or 0x509883) is unknown color: approx Lochinvar. HEX triplet: 50, 98 and 83. RGB value is (80,152,131). Sum of RGB (Red+Green+Blue) = 80+152+131=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #509883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509883 is #AF677C. Grayscale: #808080. Windows color (decimal): -11495293 or 8624208. OLE color: 8624208.

HSL color Cylindrical-coordinate representation of color #509883: hue angle of 162.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509883 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB80152131-
CMYK0.4700.140.40
HSL162.5º31.03%45.49%-
HSV(B)162.5º47.37%59.61%-
XYZ18.6325.825.47-
YUV128.08129.6593.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=22.04%
G=41.87%
B=36.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521310.4700.140.40162.531.0345.49
Hex5098832F0E28a21f2d
Octal12023020357016502423755
Binary10100001001100010000011101111011101010001010001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509883; }

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

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

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

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

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

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

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

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