Html Css Color HEX #518A84 Lochinvar

📋 copy color: '#518A84'

red 81 ◦ green 138 ◦ blue 132

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

Shades of Lochinvar #518A84

Tints of Lochinvar #518A84

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.32%

 BLUE value IS 132 (51.95% from 255) = 37.61%

R = 23.08%
G = 39.32%
B = 37.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#518A84 (or 0x518A84) is known color: Lochinvar. HEX triplet: 51, 8A and 84. RGB value is (81,138,132). Sum of RGB (Red+Green+Blue) = 81+138+132=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #518A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A84 is #AE757B. Grayscale: #787878. Windows color (decimal): -11433340 or 8686161. OLE color: 8686161.

HSL color Cylindrical-coordinate representation of color #518A84: hue angle of 173.68º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518A84 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 138 132 -
CMYK 0.41 0 0.04 0.46
HSL 173.68º 0.26% 0.43% -
HSV(B) 173.68º 0.41% 0.54% -
XYZ 16.65 21.59 25.12 -
YUV 120.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 81 138 132 0.41 0 0.04 0.46 173.68 0.26 0.43
Hex 51 8A 84 29 0 4 2E AE 1A 2B
Octal 121 212 204 51 0 4 56 256 32 53
Binary 1010001 10001010 10000100 101001 0 100 101110 10101110 11010 101011

Color Harmonies of #518A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518A84

Black with #518A84

Text Example


Text Example

White with #518A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,138,132); }

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

background-color css

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

 a { background-color: rgb(81,138,132); }

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

border-color css

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

 span { border-color: rgb(81,138,132); }

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