Html Css Color HEX #508B84 Lochinvar

📋 copy color: '#508B84'

red 80 ◦ green 139 ◦ blue 132

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

Shades of Lochinvar #508B84

Tints of Lochinvar #508B84

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.6%

 BLUE value IS 132 (51.95% from 255) = 37.61%

R = 22.79%
G = 39.6%
B = 37.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#508B84 (or 0x508B84) is known color: Lochinvar. HEX triplet: 50, 8B and 84. RGB value is (80,139,132). Sum of RGB (Red+Green+Blue) = 80+139+132=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 139 - color contains mainly: green. Hex color #508B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B84 is #AF747B. Grayscale: #787878. Windows color (decimal): -11498620 or 8686416. OLE color: 8686416.

HSL color Cylindrical-coordinate representation of color #508B84: hue angle of 172.88º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B84 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 132 -
CMYK 0.42 0 0.05 0.45
HSL 172.88º 0.27% 0.43% -
HSV(B) 172.88º 0.42% 0.55% -
XYZ 16.71 21.84 25.16 -
YUV 120.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 80 139 132 0.42 0 0.05 0.45 172.88 0.27 0.43
Hex 50 8B 84 2A 0 5 2D AD 1B 2B
Octal 120 213 204 52 0 5 55 255 33 53
Binary 1010000 10001011 10000100 101010 0 101 101101 10101101 11011 101011

Color Harmonies of #508B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B84

Black with #508B84

Text Example


Text Example

White with #508B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508B84; }

 p { color: rgb(80,139,132); }

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

background-color css

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

 a { background-color: rgb(80,139,132); }

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

border-color css

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

 span { border-color: rgb(80,139,132); }

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