#509283

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

Shades of Lochinvar #509283

Tints of Lochinvar #509283

Color information

#509283 (or 0x509283) is unknown color: approx Lochinvar. HEX triplet: 50, 92 and 83. RGB value is (80,146,131). Sum of RGB (Red+Green+Blue) = 80+146+131=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #509283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509283 is #AF6D7C. Grayscale: #7C7C7C. Windows color (decimal): -11496829 or 8622672. OLE color: 8622672.

HSL color Cylindrical-coordinate representation of color #509283: hue angle of 166.36º 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 #509283 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB80146131-
CMYK0.4500.100.43
HSL166.36º29.2%44.31%-
HSV(B)166.36º45.21%57.25%-
XYZ17.6823.925.15-
YUV124.56131.6396.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 131 (51.56% from 255) = 36.69%
R=22.41%
G=40.90%
B=36.69%

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
Decimal801461310.4500.100.43166.3629.244.31
Hex5092832D0A2Ba61d2c
Octal12022220355012532463554
Binary10100001001001010000011101101010101010111010011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509283; }

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

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

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

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

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

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

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

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