Html Css Color HEX #509F8E Lochinvar

📋 copy color: '#509F8E'

red 80 ◦ green 159 ◦ blue 142

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

Shades of Lochinvar #509F8E

Tints of Lochinvar #509F8E

RGB

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

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

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

R = 21%
G = 41.73%
B = 37.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#509F8E (or 0x509F8E) is known color: Lochinvar. HEX triplet: 50, 9F and 8E. RGB value is (80,159,142). Sum of RGB (Red+Green+Blue) = 80+159+142=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #509F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F8E is #AF6071. Grayscale: #858585. Windows color (decimal): -11493490 or 9346896. OLE color: 9346896.

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

Color convert

RGB 80 159 142 -
CMYK 0.50 0 0.11 0.38
HSL 167.09º 0.33% 0.47% -
HSV(B) 167.09º 0.5% 0.62% -
XYZ 20.59 28.45 30 -
YUV 133.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 80 159 142 0.50 0 0.11 0.38 167.09 0.33 0.47
Hex 50 9F 8E 32 0 B 26 A7 21 2F
Octal 120 237 216 62 0 13 46 247 41 57
Binary 1010000 10011111 10001110 110010 0 1011 100110 10100111 100001 101111

Color Harmonies of #509F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F8E

Black with #509F8E

Text Example


Text Example

White with #509F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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