#50928B

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

Shades of Lochinvar #50928B

Tints of Lochinvar #50928B

Color information

#50928B (or 0x50928B) is unknown color: approx Lochinvar. HEX triplet: 50, 92 and 8B. RGB value is (80,146,139). Sum of RGB (Red+Green+Blue) = 80+146+139=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #50928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50928B is #AF6D74. Grayscale: #7D7D7D. Windows color (decimal): -11496821 or 9146960. OLE color: 9146960.

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

Color convert

RGB80146139-
CMYK0.4500.050.43
HSL173.64º29.2%44.31%-
HSV(B)173.64º45.21%57.25%-
XYZ18.2524.1328.12-
YUV125.47135.6395.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=21.92%
G=40%
B=38.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461390.4500.050.43173.6429.244.31
Hex50928B2D052Bae1d2c
Octal1202222135505532563554
Binary1010000100100101000101110110101011010111010111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50928B; }

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

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

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

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

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

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

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

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