Html Css Color HEX #50988E Lochinvar

📋 copy color: '#50988E'

red 80 ◦ green 152 ◦ blue 142

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

Shades of Lochinvar #50988E

Tints of Lochinvar #50988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

 BLUE value IS 142 (55.86% from 255) = 37.97%

R = 21.39%
G = 40.64%
B = 37.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#50988E (or 0x50988E) is known color: Lochinvar. HEX triplet: 50, 98 and 8E. RGB value is (80,152,142). Sum of RGB (Red+Green+Blue) = 80+152+142=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #50988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50988E is #AF6771. Grayscale: #818181. Windows color (decimal): -11495282 or 9345104. OLE color: 9345104.

HSL color Cylindrical-coordinate representation of color #50988E: hue angle of 171.67º 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 #50988E is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 142 -
CMYK 0.47 0 0.07 0.40
HSL 171.67º 0.31% 0.45% -
HSV(B) 171.67º 0.47% 0.6% -
XYZ 19.42 26.11 29.61 -
YUV 129.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 80 152 142 0.47 0 0.07 0.40 171.67 0.31 0.45
Hex 50 98 8E 2F 0 7 28 AC 1F 2D
Octal 120 230 216 57 0 7 50 254 37 55
Binary 1010000 10011000 10001110 101111 0 111 101000 10101100 11111 101101

Color Harmonies of #50988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50988E

Black with #50988E

Text Example


Text Example

White with #50988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50988E; }

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

 H1.HeaderClassName
 {
   color: #50988E;
 }
 .AnyTagClassName
 {
   color: #50988E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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