Html Css Color HEX #509E91 Lochinvar

📋 copy color: '#509E91'

red 80 ◦ green 158 ◦ blue 145

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

Shades of Lochinvar #509E91

Tints of Lochinvar #509E91

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

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

R = 20.89%
G = 41.25%
B = 37.86%

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

#509E91 (or 0x509E91) is known color: Lochinvar. HEX triplet: 50, 9E and 91. RGB value is (80,158,145). Sum of RGB (Red+Green+Blue) = 80+158+145=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #509E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E91 is #AF616E. Grayscale: #858585. Windows color (decimal): -11493743 or 9543248. OLE color: 9543248.

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

Color convert

RGB 80 158 145 -
CMYK 0.49 0 0.08 0.38
HSL 170º 0.33% 0.47% -
HSV(B) 170º 0.49% 0.62% -
XYZ 20.65 28.2 31.14 -
YUV 133.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 80 158 145 0.49 0 0.08 0.38 170 0.33 0.47
Hex 50 9E 91 31 0 8 26 AA 21 2F
Octal 120 236 221 61 0 10 46 252 41 57
Binary 1010000 10011110 10010001 110001 0 1000 100110 10101010 100001 101111

Color Harmonies of #509E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E91

Black with #509E91

Text Example


Text Example

White with #509E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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