Html Css Color HEX #518F81 Lochinvar

📋 copy color: '#518F81'

red 81 ◦ green 143 ◦ blue 129

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

Shades of Lochinvar #518F81

Tints of Lochinvar #518F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.54%

R = 22.95%
G = 40.51%
B = 36.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#518F81 (or 0x518F81) is known color: Lochinvar. HEX triplet: 51, 8F and 81. RGB value is (81,143,129). Sum of RGB (Red+Green+Blue) = 81+143+129=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #518F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518F81 is #AE707E. Grayscale: #7A7A7A. Windows color (decimal): -11432063 or 8490833. OLE color: 8490833.

HSL color Cylindrical-coordinate representation of color #518F81: hue angle of 166.45º degrees, saturation: 0.28, 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 #518F81 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 143 129 -
CMYK 0.43 0 0.10 0.44
HSL 166.45º 0.28% 0.44% -
HSV(B) 166.45º 0.43% 0.56% -
XYZ 17.18 22.98 24.3 -
YUV 122.87 131.46 98.14 -
System Red Green Blue C M Y K H S L
Decimal 81 143 129 0.43 0 0.10 0.44 166.45 0.28 0.44
Hex 51 8F 81 2B 0 A 2C A6 1C 2C
Octal 121 217 201 53 0 12 54 246 34 54
Binary 1010001 10001111 10000001 101011 0 1010 101100 10100110 11100 101100

Color Harmonies of #518F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518F81

Black with #518F81

Text Example


Text Example

White with #518F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,143,129); }

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

background-color css

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

 a { background-color: rgb(81,143,129); }

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

border-color css

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

 span { border-color: rgb(81,143,129); }

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