Html Css Color HEX #518D7B Lochinvar

📋 copy color: '#518D7B'

red 81 ◦ green 141 ◦ blue 123

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

Shades of Lochinvar #518D7B

Tints of Lochinvar #518D7B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.87%

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 23.48%
G = 40.87%
B = 35.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#518D7B (or 0x518D7B) is known color: Lochinvar. HEX triplet: 51, 8D and 7B. RGB value is (81,141,123). Sum of RGB (Red+Green+Blue) = 81+141+123=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #518D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518D7B is #AE7284. Grayscale: #797979. Windows color (decimal): -11432581 or 8097105. OLE color: 8097105.

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

Color convert

RGB 81 141 123 -
CMYK 0.43 0 0.13 0.45
HSL 162º 0.27% 0.44% -
HSV(B) 162º 0.43% 0.55% -
XYZ 16.49 22.23 22.16 -
YUV 121.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 81 141 123 0.43 0 0.13 0.45 162 0.27 0.44
Hex 51 8D 7B 2B 0 D 2D A2 1B 2C
Octal 121 215 173 53 0 15 55 242 33 54
Binary 1010001 10001101 1111011 101011 0 1101 101101 10100010 11011 101100

Color Harmonies of #518D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518D7B

Black with #518D7B

Text Example


Text Example

White with #518D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,141,123); }

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

background-color css

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

 a { background-color: rgb(81,141,123); }

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

border-color css

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

 span { border-color: rgb(81,141,123); }

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