Html Css Color HEX #508981 Lochinvar

📋 copy color: '#508981'

red 80 ◦ green 137 ◦ blue 129

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

Shades of Lochinvar #508981

Tints of Lochinvar #508981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.6%

 BLUE value IS 129 (50.78% from 255) = 37.28%

R = 23.12%
G = 39.6%
B = 37.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#508981 (or 0x508981) is known color: Lochinvar. HEX triplet: 50, 89 and 81. RGB value is (80,137,129). Sum of RGB (Red+Green+Blue) = 80+137+129=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #508981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508981 is #AF767E. Grayscale: #777777. Windows color (decimal): -11499135 or 8489296. OLE color: 8489296.

HSL color Cylindrical-coordinate representation of color #508981: hue angle of 171.58º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508981 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 129 -
CMYK 0.42 0 0.06 0.46
HSL 171.58º 0.26% 0.43% -
HSV(B) 171.58º 0.42% 0.54% -
XYZ 16.22 21.18 24 -
YUV 119.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 80 137 129 0.42 0 0.06 0.46 171.58 0.26 0.43
Hex 50 89 81 2A 0 6 2E AC 1A 2B
Octal 120 211 201 52 0 6 56 254 32 53
Binary 1010000 10001001 10000001 101010 0 110 101110 10101100 11010 101011

Color Harmonies of #508981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508981

Black with #508981

Text Example


Text Example

White with #508981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508981; }

 p { color: rgb(80,137,129); }

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

background-color css

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

 a { background-color: rgb(80,137,129); }

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

border-color css

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

 span { border-color: rgb(80,137,129); }

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