Html Css Color HEX #509D8D Lochinvar

📋 copy color: '#509D8D'

red 80 ◦ green 157 ◦ blue 141

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

Shades of Lochinvar #509D8D

Tints of Lochinvar #509D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 21.16%
G = 41.53%
B = 37.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#509D8D (or 0x509D8D) is known color: Lochinvar. HEX triplet: 50, 9D and 8D. RGB value is (80,157,141). Sum of RGB (Red+Green+Blue) = 80+157+141=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #509D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D8D is #AF6272. Grayscale: #848484. Windows color (decimal): -11494003 or 9280848. OLE color: 9280848.

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

Color convert

RGB 80 157 141 -
CMYK 0.49 0 0.10 0.38
HSL 167.53º 0.32% 0.46% -
HSV(B) 167.53º 0.49% 0.62% -
XYZ 20.17 27.74 29.49 -
YUV 132.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 80 157 141 0.49 0 0.10 0.38 167.53 0.32 0.46
Hex 50 9D 8D 31 0 A 26 A8 20 2E
Octal 120 235 215 61 0 12 46 250 40 56
Binary 1010000 10011101 10001101 110001 0 1010 100110 10101000 100000 101110

Color Harmonies of #509D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D8D

Black with #509D8D

Text Example


Text Example

White with #509D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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