Html Css Color HEX #518B7F Lochinvar

📋 copy color: '#518B7F'

red 81 ◦ green 139 ◦ blue 127

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

Shades of Lochinvar #518B7F

Tints of Lochinvar #518B7F

RGB

 RED value IS 81 (32.03% from 255) = 23.34%

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

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

R = 23.34%
G = 40.06%
B = 36.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#518B7F (or 0x518B7F) is known color: Lochinvar. HEX triplet: 51, 8B and 7F. RGB value is (81,139,127). Sum of RGB (Red+Green+Blue) = 81+139+127=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #518B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B7F is #AE7480. Grayscale: #787878. Windows color (decimal): -11433089 or 8358737. OLE color: 8358737.

HSL color Cylindrical-coordinate representation of color #518B7F: hue angle of 167.59º degrees, saturation: 0.26, 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 #518B7F is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 139 127 -
CMYK 0.42 0 0.09 0.45
HSL 167.59º 0.26% 0.43% -
HSV(B) 167.59º 0.42% 0.55% -
XYZ 16.46 21.75 23.41 -
YUV 120.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 81 139 127 0.42 0 0.09 0.45 167.59 0.26 0.43
Hex 51 8B 7F 2A 0 9 2D A8 1A 2B
Octal 121 213 177 52 0 11 55 250 32 53
Binary 1010001 10001011 1111111 101010 0 1001 101101 10101000 11010 101011

Color Harmonies of #518B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518B7F

Black with #518B7F

Text Example


Text Example

White with #518B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518B7F; }

 p { color: rgb(81,139,127); }

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

background-color css

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

 a { background-color: rgb(81,139,127); }

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

border-color css

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

 span { border-color: rgb(81,139,127); }

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