Html Css Color HEX #508E7A Lochinvar

📋 copy color: '#508E7A'

red 80 ◦ green 142 ◦ blue 122

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

Shades of Lochinvar #508E7A

Tints of Lochinvar #508E7A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.28%

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 23.26%
G = 41.28%
B = 35.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#508E7A (or 0x508E7A) is known color: Lochinvar. HEX triplet: 50, 8E and 7A. RGB value is (80,142,122). Sum of RGB (Red+Green+Blue) = 80+142+122=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #508E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E7A is #AF7185. Grayscale: #797979. Windows color (decimal): -11497862 or 8031824. OLE color: 8031824.

HSL color Cylindrical-coordinate representation of color #508E7A: hue angle of 160.65º degrees, saturation: 0.28, 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 #508E7A is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 142 122 -
CMYK 0.44 0 0.14 0.44
HSL 160.65º 0.28% 0.44% -
HSV(B) 160.65º 0.44% 0.56% -
XYZ 16.49 22.46 21.88 -
YUV 121.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 80 142 122 0.44 0 0.14 0.44 160.65 0.28 0.44
Hex 50 8E 7A 2C 0 E 2C A1 1C 2C
Octal 120 216 172 54 0 16 54 241 34 54
Binary 1010000 10001110 1111010 101100 0 1110 101100 10100001 11100 101100

Color Harmonies of #508E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E7A

Black with #508E7A

Text Example


Text Example

White with #508E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508E7A; }

 p { color: rgb(80,142,122); }

 H1.HeaderClassName
 {
   color: #508E7A;
 }
 .AnyTagClassName
 {
   color: #508E7A;
 }
</style>

background-color css

<style>
 a { background-color: #508E7A; }

 a { background-color: rgb(80,142,122); }

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

border-color css

<style>
 span { border-color: #508E7A; }

 span { border-color: rgb(80,142,122); }

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