Html Css Color HEX #508E7C Lochinvar

📋 copy color: '#508E7C'

red 80 ◦ green 142 ◦ blue 124

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

Shades of Lochinvar #508E7C

Tints of Lochinvar #508E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 23.12%
G = 41.04%
B = 35.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#508E7C (or 0x508E7C) is known color: Lochinvar. HEX triplet: 50, 8E and 7C. RGB value is (80,142,124). Sum of RGB (Red+Green+Blue) = 80+142+124=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #508E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E7C is #AF7183. Grayscale: #797979. Windows color (decimal): -11497860 or 8162896. OLE color: 8162896.

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

Color convert

RGB 80 142 124 -
CMYK 0.44 0 0.13 0.44
HSL 162.58º 0.28% 0.44% -
HSV(B) 162.58º 0.44% 0.56% -
XYZ 16.62 22.51 22.54 -
YUV 121.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 80 142 124 0.44 0 0.13 0.44 162.58 0.28 0.44
Hex 50 8E 7C 2C 0 D 2C A3 1C 2C
Octal 120 216 174 54 0 15 54 243 34 54
Binary 1010000 10001110 1111100 101100 0 1101 101100 10100011 11100 101100

Color Harmonies of #508E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E7C

Black with #508E7C

Text Example


Text Example

White with #508E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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