Html Css Color HEX #509486 Lochinvar

📋 copy color: '#509486'

red 80 ◦ green 148 ◦ blue 134

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

Shades of Lochinvar #509486

Tints of Lochinvar #509486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.88%

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

R = 22.1%
G = 40.88%
B = 37.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#509486 (or 0x509486) is known color: Lochinvar. HEX triplet: 50, 94 and 86. RGB value is (80,148,134). Sum of RGB (Red+Green+Blue) = 80+148+134=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #509486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509486 is #AF6B79. Grayscale: #7E7E7E. Windows color (decimal): -11496314 or 8819792. OLE color: 8819792.

HSL color Cylindrical-coordinate representation of color #509486: hue angle of 167.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509486 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 134 -
CMYK 0.46 0 0.09 0.42
HSL 167.65º 0.3% 0.45% -
HSV(B) 167.65º 0.46% 0.58% -
XYZ 18.2 24.61 26.34 -
YUV 126.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 80 148 134 0.46 0 0.09 0.42 167.65 0.3 0.45
Hex 50 94 86 2E 0 9 2A A8 1E 2D
Octal 120 224 206 56 0 11 52 250 36 55
Binary 1010000 10010100 10000110 101110 0 1001 101010 10101000 11110 101101

Color Harmonies of #509486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509486

Black with #509486

Text Example


Text Example

White with #509486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509486; }

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

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

background-color css

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

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

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

border-color css

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

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

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