Html Css Color HEX #509686 Lochinvar

📋 copy color: '#509686'

red 80 ◦ green 150 ◦ blue 134

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

Shades of Lochinvar #509686

Tints of Lochinvar #509686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.21%

 BLUE value IS 134 (52.73% from 255) = 36.81%

R = 21.98%
G = 41.21%
B = 36.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#509686 (or 0x509686) is known color: Lochinvar. HEX triplet: 50, 96 and 86. RGB value is (80,150,134). Sum of RGB (Red+Green+Blue) = 80+150+134=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #509686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509686 is #AF6979. Grayscale: #7F7F7F. Windows color (decimal): -11495802 or 8820304. OLE color: 8820304.

HSL color Cylindrical-coordinate representation of color #509686: hue angle of 166.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509686 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 134 -
CMYK 0.47 0 0.11 0.41
HSL 166.29º 0.3% 0.45% -
HSV(B) 166.29º 0.47% 0.59% -
XYZ 18.52 25.24 26.45 -
YUV 127.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 80 150 134 0.47 0 0.11 0.41 166.29 0.3 0.45
Hex 50 96 86 2F 0 B 29 A6 1E 2D
Octal 120 226 206 57 0 13 51 246 36 55
Binary 1010000 10010110 10000110 101111 0 1011 101001 10100110 11110 101101

Color Harmonies of #509686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509686

Black with #509686

Text Example


Text Example

White with #509686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509686; }

 p { color: rgb(80,150,134); }

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

background-color css

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

 a { background-color: rgb(80,150,134); }

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

border-color css

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

 span { border-color: rgb(80,150,134); }

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