Html Css Color HEX #50918B Lochinvar

📋 copy color: '#50918B'

red 80 ◦ green 145 ◦ blue 139

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

Shades of Lochinvar #50918B

Tints of Lochinvar #50918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

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

R = 21.98%
G = 39.84%
B = 38.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#50918B (or 0x50918B) is known color: Lochinvar. HEX triplet: 50, 91 and 8B. RGB value is (80,145,139). Sum of RGB (Red+Green+Blue) = 80+145+139=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #50918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50918B is #AF6E74. Grayscale: #7C7C7C. Windows color (decimal): -11497077 or 9146704. OLE color: 9146704.

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

Color convert

RGB 80 145 139 -
CMYK 0.45 0 0.04 0.43
HSL 174.46º 0.29% 0.44% -
HSV(B) 174.46º 0.45% 0.57% -
XYZ 18.09 23.82 28.07 -
YUV 124.88 135.97 95.99 -
System Red Green Blue C M Y K H S L
Decimal 80 145 139 0.45 0 0.04 0.43 174.46 0.29 0.44
Hex 50 91 8B 2D 0 4 2B AE 1D 2C
Octal 120 221 213 55 0 4 53 256 35 54
Binary 1010000 10010001 10001011 101101 0 100 101011 10101110 11101 101100

Color Harmonies of #50918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50918B

Black with #50918B

Text Example


Text Example

White with #50918B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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