Html Css Color HEX #50897B Lochinvar

📋 copy color: '#50897B'

red 80 ◦ green 137 ◦ blue 123

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

Shades of Lochinvar #50897B

Tints of Lochinvar #50897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.29%

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 23.53%
G = 40.29%
B = 36.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#50897B (or 0x50897B) is known color: Lochinvar. HEX triplet: 50, 89 and 7B. RGB value is (80,137,123). Sum of RGB (Red+Green+Blue) = 80+137+123=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #50897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50897B is #AF7684. Grayscale: #767676. Windows color (decimal): -11499141 or 8096080. OLE color: 8096080.

HSL color Cylindrical-coordinate representation of color #50897B: hue angle of 165.26º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50897B is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 123 -
CMYK 0.42 0 0.10 0.46
HSL 165.26º 0.26% 0.43% -
HSV(B) 165.26º 0.42% 0.54% -
XYZ 15.83 21.03 21.96 -
YUV 118.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 80 137 123 0.42 0 0.10 0.46 165.26 0.26 0.43
Hex 50 89 7B 2A 0 A 2E A5 1A 2B
Octal 120 211 173 52 0 12 56 245 32 53
Binary 1010000 10001001 1111011 101010 0 1010 101110 10100101 11010 101011

Color Harmonies of #50897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50897B

Black with #50897B

Text Example


Text Example

White with #50897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,137,123); }

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

background-color css

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

 a { background-color: rgb(80,137,123); }

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

border-color css

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

 span { border-color: rgb(80,137,123); }

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