Html Css Color HEX #508779 Lochinvar

📋 copy color: '#508779'

red 80 ◦ green 135 ◦ blue 121

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

Shades of Lochinvar #508779

Tints of Lochinvar #508779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.18%

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

R = 23.81%
G = 40.18%
B = 36.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#508779 (or 0x508779) is known color: Lochinvar. HEX triplet: 50, 87 and 79. RGB value is (80,135,121). Sum of RGB (Red+Green+Blue) = 80+135+121=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #508779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508779 is #AF7886. Grayscale: #747474. Windows color (decimal): -11499655 or 7964496. OLE color: 7964496.

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

Color convert

RGB 80 135 121 -
CMYK 0.41 0 0.10 0.47
HSL 164.73º 0.26% 0.42% -
HSV(B) 164.73º 0.41% 0.53% -
XYZ 15.42 20.41 21.22 -
YUV 116.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 80 135 121 0.41 0 0.10 0.47 164.73 0.26 0.42
Hex 50 87 79 29 0 A 2F A5 1A 2A
Octal 120 207 171 51 0 12 57 245 32 52
Binary 1010000 10000111 1111001 101001 0 1010 101111 10100101 11010 101010

Color Harmonies of #508779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508779

Black with #508779

Text Example


Text Example

White with #508779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508779; }

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

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

background-color css

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

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

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

border-color css

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

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

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