Html Css Color HEX #50938D Lochinvar

📋 copy color: '#50938D'

red 80 ◦ green 147 ◦ blue 141

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

Shades of Lochinvar #50938D

Tints of Lochinvar #50938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

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

R = 21.74%
G = 39.95%
B = 38.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#50938D (or 0x50938D) is known color: Lochinvar. HEX triplet: 50, 93 and 8D. RGB value is (80,147,141). Sum of RGB (Red+Green+Blue) = 80+147+141=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #50938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50938D is #AF6C72. Grayscale: #7E7E7E. Windows color (decimal): -11496563 or 9278288. OLE color: 9278288.

HSL color Cylindrical-coordinate representation of color #50938D: hue angle of 174.63º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50938D is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 141 -
CMYK 0.46 0 0.04 0.42
HSL 174.63º 0.3% 0.45% -
HSV(B) 174.63º 0.46% 0.58% -
XYZ 18.55 24.5 28.95 -
YUV 126.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 80 147 141 0.46 0 0.04 0.42 174.63 0.3 0.45
Hex 50 93 8D 2E 0 4 2A AF 1E 2D
Octal 120 223 215 56 0 4 52 257 36 55
Binary 1010000 10010011 10001101 101110 0 100 101010 10101111 11110 101101

Color Harmonies of #50938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50938D

Black with #50938D

Text Example


Text Example

White with #50938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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