Html Css Color HEX #50928D Lochinvar

📋 copy color: '#50928D'

red 80 ◦ green 146 ◦ blue 141

#50928D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #50928D

Tints of Lochinvar #50928D

RGB

 RED value IS 80 (31.64% from 255) = 21.8%

 GREEN value IS 146 (57.42% from 255) = 39.78%

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 21.8%
G = 39.78%
B = 38.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#50928D (or 0x50928D) is known color: Lochinvar. HEX triplet: 50, 92 and 8D. RGB value is (80,146,141). Sum of RGB (Red+Green+Blue) = 80+146+141=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #50928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50928D is #AF6D72. Grayscale: #7D7D7D. Windows color (decimal): -11496819 or 9278032. OLE color: 9278032.

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

Color convert

RGB 80 146 141 -
CMYK 0.45 0 0.03 0.43
HSL 175.45º 0.29% 0.44% -
HSV(B) 175.45º 0.45% 0.57% -
XYZ 18.39 24.19 28.9 -
YUV 125.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 80 146 141 0.45 0 0.03 0.43 175.45 0.29 0.44
Hex 50 92 8D 2D 0 3 2B AF 1D 2C
Octal 120 222 215 55 0 3 53 257 35 54
Binary 1010000 10010010 10001101 101101 0 11 101011 10101111 11101 101100

Color Harmonies of #50928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50928D

Black with #50928D

Text Example


Text Example

White with #50928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50928D;
 }
 .AnyTagClassName
 {
   color: #50928D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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