Html Css Color HEX #508C7E Lochinvar

📋 copy color: '#508C7E'

red 80 ◦ green 140 ◦ blue 126

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

Shades of Lochinvar #508C7E

Tints of Lochinvar #508C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 23.12%
G = 40.46%
B = 36.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#508C7E (or 0x508C7E) is known color: Lochinvar. HEX triplet: 50, 8C and 7E. RGB value is (80,140,126). Sum of RGB (Red+Green+Blue) = 80+140+126=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #508C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508C7E is #AF7381. Grayscale: #787878. Windows color (decimal): -11498370 or 8293456. OLE color: 8293456.

HSL color Cylindrical-coordinate representation of color #508C7E: hue angle of 166º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508C7E is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 140 126 -
CMYK 0.43 0 0.10 0.45
HSL 166º 0.27% 0.43% -
HSV(B) 166º 0.43% 0.55% -
XYZ 16.45 21.97 23.11 -
YUV 120.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 80 140 126 0.43 0 0.10 0.45 166 0.27 0.43
Hex 50 8C 7E 2B 0 A 2D A6 1B 2B
Octal 120 214 176 53 0 12 55 246 33 53
Binary 1010000 10001100 1111110 101011 0 1010 101101 10100110 11011 101011

Color Harmonies of #508C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508C7E

Black with #508C7E

Text Example


Text Example

White with #508C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,140,126); }

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

background-color css

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

 a { background-color: rgb(80,140,126); }

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

border-color css

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

 span { border-color: rgb(80,140,126); }

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