Html Css Color HEX #50908B Lochinvar

📋 copy color: '#50908B'

red 80 ◦ green 144 ◦ blue 139

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

Shades of Lochinvar #50908B

Tints of Lochinvar #50908B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

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

R = 22.04%
G = 39.67%
B = 38.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#50908B (or 0x50908B) is known color: Lochinvar. HEX triplet: 50, 90 and 8B. RGB value is (80,144,139). Sum of RGB (Red+Green+Blue) = 80+144+139=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #50908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50908B is #AF6F74. Grayscale: #7C7C7C. Windows color (decimal): -11497333 or 9146448. OLE color: 9146448.

HSL color Cylindrical-coordinate representation of color #50908B: hue angle of 175.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50908B is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 139 -
CMYK 0.44 0 0.03 0.44
HSL 175.31º 0.29% 0.44% -
HSV(B) 175.31º 0.44% 0.56% -
XYZ 17.94 23.52 28.02 -
YUV 124.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 80 144 139 0.44 0 0.03 0.44 175.31 0.29 0.44
Hex 50 90 8B 2C 0 3 2C AF 1D 2C
Octal 120 220 213 54 0 3 54 257 35 54
Binary 1010000 10010000 10001011 101100 0 11 101100 10101111 11101 101100

Color Harmonies of #50908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50908B

Black with #50908B

Text Example


Text Example

White with #50908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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