Html Css Color HEX #509F91 Lochinvar

📋 copy color: '#509F91'

red 80 ◦ green 159 ◦ blue 145

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

Shades of Lochinvar #509F91

Tints of Lochinvar #509F91

RGB

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

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

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

R = 20.83%
G = 41.41%
B = 37.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#509F91 (or 0x509F91) is known color: Lochinvar. HEX triplet: 50, 9F and 91. RGB value is (80,159,145). Sum of RGB (Red+Green+Blue) = 80+159+145=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #509F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F91 is #AF606E. Grayscale: #858585. Windows color (decimal): -11493487 or 9543504. OLE color: 9543504.

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

Color convert

RGB 80 159 145 -
CMYK 0.50 0 0.09 0.38
HSL 169.37º 0.33% 0.47% -
HSV(B) 169.37º 0.5% 0.62% -
XYZ 20.82 28.55 31.2 -
YUV 133.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 80 159 145 0.50 0 0.09 0.38 169.37 0.33 0.47
Hex 50 9F 91 32 0 9 26 A9 21 2F
Octal 120 237 221 62 0 11 46 251 41 57
Binary 1010000 10011111 10010001 110010 0 1001 100110 10101001 100001 101111

Color Harmonies of #509F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F91

Black with #509F91

Text Example


Text Example

White with #509F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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