#519D84

Color #519D84 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #519D84

Tints of Lochinvar #519D84

Color information

#519D84 (or 0x519D84) is unknown color: approx Lochinvar. HEX triplet: 51, 9D and 84. RGB value is (81,157,132). Sum of RGB (Red+Green+Blue) = 81+157+132=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #519D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519D84 is #AE627B. Grayscale: #838383. Windows color (decimal): -11428476 or 8691025. OLE color: 8691025.

HSL color Cylindrical-coordinate representation of color #519D84: hue angle of 160.26º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519D84 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB81157132-
CMYK0.4800.160.38
HSL160.26º31.93%46.67%-
HSV(B)160.26º48.41%61.57%-
XYZ19.6227.5326.11-
YUV131.43128.3292.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=21.89%
G=42.43%
B=35.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811571320.4800.160.38160.2631.9346.67
Hex519D843001026a0202f
Octal12123520460020462404057
Binary1010001100111011000010011000001000010011010100000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519D84; }

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

 H1.HeaderClassName
 {
   color: #519D84;
 }
 .AnyTagClassName
 {
   color: #519D84;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #519D84;
 }
 .BgClassName
 {
   background-color: #519D84;
 }
</style>
border-color css

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

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

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