Html Css Color HEX #508679 Lochinvar

📋 copy color: '#508679'

red 80 ◦ green 134 ◦ blue 121

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

Shades of Lochinvar #508679

Tints of Lochinvar #508679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 23.88%
G = 40%
B = 36.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#508679 (or 0x508679) is known color: Lochinvar. HEX triplet: 50, 86 and 79. RGB value is (80,134,121). Sum of RGB (Red+Green+Blue) = 80+134+121=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #508679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508679 is #AF7986. Grayscale: #747474. Windows color (decimal): -11499911 or 7964240. OLE color: 7964240.

HSL color Cylindrical-coordinate representation of color #508679: hue angle of 165.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508679 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 121 -
CMYK 0.40 0 0.10 0.47
HSL 165.56º 0.25% 0.42% -
HSV(B) 165.56º 0.4% 0.53% -
XYZ 15.28 20.14 21.17 -
YUV 116.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 80 134 121 0.40 0 0.10 0.47 165.56 0.25 0.42
Hex 50 86 79 28 0 A 2F A6 19 2A
Octal 120 206 171 50 0 12 57 246 31 52
Binary 1010000 10000110 1111001 101000 0 1010 101111 10100110 11001 101010

Color Harmonies of #508679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508679

Black with #508679

Text Example


Text Example

White with #508679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508679; }

 p { color: rgb(80,134,121); }

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

background-color css

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

 a { background-color: rgb(80,134,121); }

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

border-color css

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

 span { border-color: rgb(80,134,121); }

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