Html Css Color HEX #508E7D Lochinvar

📋 copy color: '#508E7D'

red 80 ◦ green 142 ◦ blue 125

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

Shades of Lochinvar #508E7D

Tints of Lochinvar #508E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 23.05%
G = 40.92%
B = 36.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#508E7D (or 0x508E7D) is known color: Lochinvar. HEX triplet: 50, 8E and 7D. RGB value is (80,142,125). Sum of RGB (Red+Green+Blue) = 80+142+125=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #508E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E7D is #AF7182. Grayscale: #797979. Windows color (decimal): -11497859 or 8228432. OLE color: 8228432.

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

Color convert

RGB 80 142 125 -
CMYK 0.44 0 0.12 0.44
HSL 163.55º 0.28% 0.44% -
HSV(B) 163.55º 0.44% 0.56% -
XYZ 16.68 22.53 22.87 -
YUV 121.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 80 142 125 0.44 0 0.12 0.44 163.55 0.28 0.44
Hex 50 8E 7D 2C 0 C 2C A4 1C 2C
Octal 120 216 175 54 0 14 54 244 34 54
Binary 1010000 10001110 1111101 101100 0 1100 101100 10100100 11100 101100

Color Harmonies of #508E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E7D

Black with #508E7D

Text Example


Text Example

White with #508E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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