Html Css Color HEX #509D83 Lochinvar

📋 copy color: '#509D83'

red 80 ◦ green 157 ◦ blue 131

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

Shades of Lochinvar #509D83

Tints of Lochinvar #509D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 21.74%
G = 42.66%
B = 35.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#509D83 (or 0x509D83) is known color: Lochinvar. HEX triplet: 50, 9D and 83. RGB value is (80,157,131). Sum of RGB (Red+Green+Blue) = 80+157+131=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #509D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D83 is #AF627C. Grayscale: #838383. Windows color (decimal): -11494013 or 8625488. OLE color: 8625488.

HSL color Cylindrical-coordinate representation of color #509D83: hue angle of 159.74º 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 #509D83 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 131 -
CMYK 0.49 0 0.17 0.38
HSL 159.74º 0.32% 0.46% -
HSV(B) 159.74º 0.49% 0.62% -
XYZ 19.46 27.46 25.75 -
YUV 131.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 80 157 131 0.49 0 0.17 0.38 159.74 0.32 0.46
Hex 50 9D 83 31 0 11 26 A0 20 2E
Octal 120 235 203 61 0 21 46 240 40 56
Binary 1010000 10011101 10000011 110001 0 10001 100110 10100000 100000 101110

Color Harmonies of #509D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D83

Black with #509D83

Text Example


Text Example

White with #509D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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