Html Css Color HEX #509A8E Lochinvar

📋 copy color: '#509A8E'

red 80 ◦ green 154 ◦ blue 142

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

Shades of Lochinvar #509A8E

Tints of Lochinvar #509A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

 BLUE value IS 142 (55.86% from 255) = 37.77%

R = 21.28%
G = 40.96%
B = 37.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#509A8E (or 0x509A8E) is known color: Lochinvar. HEX triplet: 50, 9A and 8E. RGB value is (80,154,142). Sum of RGB (Red+Green+Blue) = 80+154+142=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #509A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509A8E is #AF6571. Grayscale: #828282. Windows color (decimal): -11494770 or 9345616. OLE color: 9345616.

HSL color Cylindrical-coordinate representation of color #509A8E: hue angle of 170.27º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A8E is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 142 -
CMYK 0.48 0 0.08 0.40
HSL 170.27º 0.32% 0.46% -
HSV(B) 170.27º 0.48% 0.6% -
XYZ 19.75 26.77 29.72 -
YUV 130.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 80 154 142 0.48 0 0.08 0.40 170.27 0.32 0.46
Hex 50 9A 8E 30 0 8 28 AA 20 2E
Octal 120 232 216 60 0 10 50 252 40 56
Binary 1010000 10011010 10001110 110000 0 1000 101000 10101010 100000 101110

Color Harmonies of #509A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A8E

Black with #509A8E

Text Example


Text Example

White with #509A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,154,142); }

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

background-color css

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

 a { background-color: rgb(80,154,142); }

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

border-color css

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

 span { border-color: rgb(80,154,142); }

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