Html Css Color HEX #518782 Lochinvar

📋 copy color: '#518782'

red 81 ◦ green 135 ◦ blue 130

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

Shades of Lochinvar #518782

Tints of Lochinvar #518782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.02%

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 23.41%
G = 39.02%
B = 37.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#518782 (or 0x518782) is known color: Lochinvar. HEX triplet: 51, 87 and 82. RGB value is (81,135,130). Sum of RGB (Red+Green+Blue) = 81+135+130=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #518782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518782 is #AE787D. Grayscale: #767676. Windows color (decimal): -11434110 or 8554321. OLE color: 8554321.

HSL color Cylindrical-coordinate representation of color #518782: hue angle of 174.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518782 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 135 130 -
CMYK 0.40 0 0.04 0.47
HSL 174.44º 0.25% 0.42% -
HSV(B) 174.44º 0.4% 0.53% -
XYZ 16.09 20.69 24.26 -
YUV 118.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 81 135 130 0.40 0 0.04 0.47 174.44 0.25 0.42
Hex 51 87 82 28 0 4 2F AE 19 2A
Octal 121 207 202 50 0 4 57 256 31 52
Binary 1010001 10000111 10000010 101000 0 100 101111 10101110 11001 101010

Color Harmonies of #518782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518782

Black with #518782

Text Example


Text Example

White with #518782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518782; }

 p { color: rgb(81,135,130); }

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

background-color css

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

 a { background-color: rgb(81,135,130); }

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

border-color css

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

 span { border-color: rgb(81,135,130); }

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