Html Css Color HEX #518C81 Lochinvar

📋 copy color: '#518C81'

red 81 ◦ green 140 ◦ blue 129

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

Shades of Lochinvar #518C81

Tints of Lochinvar #518C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40%

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

R = 23.14%
G = 40%
B = 36.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#518C81 (or 0x518C81) is known color: Lochinvar. HEX triplet: 51, 8C and 81. RGB value is (81,140,129). Sum of RGB (Red+Green+Blue) = 81+140+129=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #518C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518C81 is #AE737E. Grayscale: #797979. Windows color (decimal): -11432831 or 8490065. OLE color: 8490065.

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

Color convert

RGB 81 140 129 -
CMYK 0.42 0 0.08 0.45
HSL 168.81º 0.27% 0.43% -
HSV(B) 168.81º 0.42% 0.55% -
XYZ 16.73 22.09 24.15 -
YUV 121.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 81 140 129 0.42 0 0.08 0.45 168.81 0.27 0.43
Hex 51 8C 81 2A 0 8 2D A9 1B 2B
Octal 121 214 201 52 0 10 55 251 33 53
Binary 1010001 10001100 10000001 101010 0 1000 101101 10101001 11011 101011

Color Harmonies of #518C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518C81

Black with #518C81

Text Example


Text Example

White with #518C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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