Html Css Color HEX #508F7F Lochinvar

📋 copy color: '#508F7F'

red 80 ◦ green 143 ◦ blue 127

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

Shades of Lochinvar #508F7F

Tints of Lochinvar #508F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.86%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 22.86%
G = 40.86%
B = 36.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#508F7F (or 0x508F7F) is known color: Lochinvar. HEX triplet: 50, 8F and 7F. RGB value is (80,143,127). Sum of RGB (Red+Green+Blue) = 80+143+127=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #508F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508F7F is #AF7080. Grayscale: #7A7A7A. Windows color (decimal): -11497601 or 8359760. OLE color: 8359760.

HSL color Cylindrical-coordinate representation of color #508F7F: hue angle of 164.76º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508F7F is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 143 127 -
CMYK 0.44 0 0.11 0.44
HSL 164.76º 0.28% 0.44% -
HSV(B) 164.76º 0.44% 0.56% -
XYZ 16.96 22.88 23.6 -
YUV 122.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 80 143 127 0.44 0 0.11 0.44 164.76 0.28 0.44
Hex 50 8F 7F 2C 0 B 2C A5 1C 2C
Octal 120 217 177 54 0 13 54 245 34 54
Binary 1010000 10001111 1111111 101100 0 1011 101100 10100101 11100 101100

Color Harmonies of #508F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508F7F

Black with #508F7F

Text Example


Text Example

White with #508F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,143,127); }

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

background-color css

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

 a { background-color: rgb(80,143,127); }

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

border-color css

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

 span { border-color: rgb(80,143,127); }

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