Html Css Color HEX #50978B Lochinvar

📋 copy color: '#50978B'

red 80 ◦ green 151 ◦ blue 139

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

Shades of Lochinvar #50978B

Tints of Lochinvar #50978B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.81%

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 21.62%
G = 40.81%
B = 37.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#50978B (or 0x50978B) is known color: Lochinvar. HEX triplet: 50, 97 and 8B. RGB value is (80,151,139). Sum of RGB (Red+Green+Blue) = 80+151+139=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #50978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50978B is #AF6874. Grayscale: #808080. Windows color (decimal): -11495541 or 9148240. OLE color: 9148240.

HSL color Cylindrical-coordinate representation of color #50978B: hue angle of 169.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50978B is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 139 -
CMYK 0.47 0 0.08 0.41
HSL 169.86º 0.31% 0.45% -
HSV(B) 169.86º 0.47% 0.59% -
XYZ 19.04 25.7 28.38 -
YUV 128.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 80 151 139 0.47 0 0.08 0.41 169.86 0.31 0.45
Hex 50 97 8B 2F 0 8 29 AA 1F 2D
Octal 120 227 213 57 0 10 51 252 37 55
Binary 1010000 10010111 10001011 101111 0 1000 101001 10101010 11111 101101

Color Harmonies of #50978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50978B

Black with #50978B

Text Example


Text Example

White with #50978B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50978B;
 }
 .AnyTagClassName
 {
   color: #50978B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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