Html Css Color HEX #509D91 Lochinvar

📋 copy color: '#509D91'

red 80 ◦ green 157 ◦ blue 145

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

Shades of Lochinvar #509D91

Tints of Lochinvar #509D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 20.94%
G = 41.1%
B = 37.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#509D91 (or 0x509D91) is known color: Lochinvar. HEX triplet: 50, 9D and 91. RGB value is (80,157,145). Sum of RGB (Red+Green+Blue) = 80+157+145=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #509D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D91 is #AF626E. Grayscale: #848484. Windows color (decimal): -11493999 or 9542992. OLE color: 9542992.

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

Color convert

RGB 80 157 145 -
CMYK 0.49 0 0.08 0.38
HSL 170.65º 0.32% 0.46% -
HSV(B) 170.65º 0.49% 0.62% -
XYZ 20.48 27.86 31.09 -
YUV 132.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 80 157 145 0.49 0 0.08 0.38 170.65 0.32 0.46
Hex 50 9D 91 31 0 8 26 AB 20 2E
Octal 120 235 221 61 0 10 46 253 40 56
Binary 1010000 10011101 10010001 110001 0 1000 100110 10101011 100000 101110

Color Harmonies of #509D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D91

Black with #509D91

Text Example


Text Example

White with #509D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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