Html Css Color HEX #509D84 Lochinvar

📋 copy color: '#509D84'

red 80 ◦ green 157 ◦ blue 132

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

Shades of Lochinvar #509D84

Tints of Lochinvar #509D84

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.55%

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 21.68%
G = 42.55%
B = 35.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#509D84 (or 0x509D84) is known color: Lochinvar. HEX triplet: 50, 9D and 84. RGB value is (80,157,132). Sum of RGB (Red+Green+Blue) = 80+157+132=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #509D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D84 is #AF627B. Grayscale: #838383. Windows color (decimal): -11494012 or 8691024. OLE color: 8691024.

HSL color Cylindrical-coordinate representation of color #509D84: hue angle of 160.52º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D84 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 132 -
CMYK 0.49 0 0.16 0.38
HSL 160.52º 0.32% 0.46% -
HSV(B) 160.52º 0.49% 0.62% -
XYZ 19.53 27.49 26.11 -
YUV 131.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 80 157 132 0.49 0 0.16 0.38 160.52 0.32 0.46
Hex 50 9D 84 31 0 10 26 A1 20 2E
Octal 120 235 204 61 0 20 46 241 40 56
Binary 1010000 10011101 10000100 110001 0 10000 100110 10100001 100000 101110

Color Harmonies of #509D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D84

Black with #509D84

Text Example


Text Example

White with #509D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509D84; }

 p { color: rgb(80,157,132); }

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

background-color css

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

 a { background-color: rgb(80,157,132); }

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

border-color css

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

 span { border-color: rgb(80,157,132); }

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