Html Css Color HEX #518E7B Lochinvar

📋 copy color: '#518E7B'

red 81 ◦ green 142 ◦ blue 123

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

Shades of Lochinvar #518E7B

Tints of Lochinvar #518E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.04%

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

R = 23.41%
G = 41.04%
B = 35.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#518E7B (or 0x518E7B) is known color: Lochinvar. HEX triplet: 51, 8E and 7B. RGB value is (81,142,123). Sum of RGB (Red+Green+Blue) = 81+142+123=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #518E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E7B is #AE7184. Grayscale: #797979. Windows color (decimal): -11432325 or 8097361. OLE color: 8097361.

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

Color convert

RGB 81 142 123 -
CMYK 0.43 0 0.13 0.44
HSL 161.31º 0.27% 0.44% -
HSV(B) 161.31º 0.43% 0.56% -
XYZ 16.64 22.53 22.21 -
YUV 121.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 81 142 123 0.43 0 0.13 0.44 161.31 0.27 0.44
Hex 51 8E 7B 2B 0 D 2C A1 1B 2C
Octal 121 216 173 53 0 15 54 241 33 54
Binary 1010001 10001110 1111011 101011 0 1101 101100 10100001 11011 101100

Color Harmonies of #518E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518E7B

Black with #518E7B

Text Example


Text Example

White with #518E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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