Html Css Color HEX #50988D Lochinvar

📋 copy color: '#50988D'

red 80 ◦ green 152 ◦ blue 141

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

Shades of Lochinvar #50988D

Tints of Lochinvar #50988D

RGB

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

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

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

R = 21.45%
G = 40.75%
B = 37.8%

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

#50988D (or 0x50988D) is known color: Lochinvar. HEX triplet: 50, 98 and 8D. RGB value is (80,152,141). Sum of RGB (Red+Green+Blue) = 80+152+141=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #50988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50988D is #AF6772. Grayscale: #818181. Windows color (decimal): -11495283 or 9279568. OLE color: 9279568.

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

Color convert

RGB 80 152 141 -
CMYK 0.47 0 0.07 0.40
HSL 170.83º 0.31% 0.45% -
HSV(B) 170.83º 0.47% 0.6% -
XYZ 19.34 26.09 29.21 -
YUV 129.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 80 152 141 0.47 0 0.07 0.40 170.83 0.31 0.45
Hex 50 98 8D 2F 0 7 28 AB 1F 2D
Octal 120 230 215 57 0 7 50 253 37 55
Binary 1010000 10011000 10001101 101111 0 111 101000 10101011 11111 101101

Color Harmonies of #50988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50988D

Black with #50988D

Text Example


Text Example

White with #50988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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