Html Css Color HEX #509D90 Lochinvar

📋 copy color: '#509D90'

red 80 ◦ green 157 ◦ blue 144

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

Shades of Lochinvar #509D90

Tints of Lochinvar #509D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 21%
G = 41.21%
B = 37.8%

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

#509D90 (or 0x509D90) is known color: Lochinvar. HEX triplet: 50, 9D and 90. RGB value is (80,157,144). Sum of RGB (Red+Green+Blue) = 80+157+144=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #509D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D90 is #AF626F. Grayscale: #848484. Windows color (decimal): -11494000 or 9477456. OLE color: 9477456.

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

Color convert

RGB 80 157 144 -
CMYK 0.49 0 0.08 0.38
HSL 169.87º 0.32% 0.46% -
HSV(B) 169.87º 0.49% 0.62% -
XYZ 20.4 27.83 30.68 -
YUV 132.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 80 157 144 0.49 0 0.08 0.38 169.87 0.32 0.46
Hex 50 9D 90 31 0 8 26 AA 20 2E
Octal 120 235 220 61 0 10 46 252 40 56
Binary 1010000 10011101 10010000 110001 0 1000 100110 10101010 100000 101110

Color Harmonies of #509D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D90

Black with #509D90

Text Example


Text Example

White with #509D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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