Html Css Color HEX #509F85 Lochinvar

📋 copy color: '#509F85'

red 80 ◦ green 159 ◦ blue 133

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

Shades of Lochinvar #509F85

Tints of Lochinvar #509F85

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.74%

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 21.51%
G = 42.74%
B = 35.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#509F85 (or 0x509F85) is known color: Lochinvar. HEX triplet: 50, 9F and 85. RGB value is (80,159,133). Sum of RGB (Red+Green+Blue) = 80+159+133=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 159 - color contains mainly: green. Hex color #509F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F85 is #AF607A. Grayscale: #848484. Windows color (decimal): -11493499 or 8757072. OLE color: 8757072.

HSL color Cylindrical-coordinate representation of color #509F85: hue angle of 160.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F85 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 159 133 -
CMYK 0.50 0 0.16 0.38
HSL 160.25º 0.33% 0.47% -
HSV(B) 160.25º 0.5% 0.62% -
XYZ 19.94 28.2 26.58 -
YUV 132.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 80 159 133 0.50 0 0.16 0.38 160.25 0.33 0.47
Hex 50 9F 85 32 0 10 26 A0 21 2F
Octal 120 237 205 62 0 20 46 240 41 57
Binary 1010000 10011111 10000101 110010 0 10000 100110 10100000 100001 101111

Color Harmonies of #509F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F85

Black with #509F85

Text Example


Text Example

White with #509F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,159,133); }

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

background-color css

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

 a { background-color: rgb(80,159,133); }

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

border-color css

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

 span { border-color: rgb(80,159,133); }

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