#519E87

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

Shades of Lochinvar #519E87

Tints of Lochinvar #519E87

Color information

#519E87 (or 0x519E87) is unknown color: approx Lochinvar. HEX triplet: 51, 9E and 87. RGB value is (81,158,135). Sum of RGB (Red+Green+Blue) = 81+158+135=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #519E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519E87 is #AE6178. Grayscale: #848484. Windows color (decimal): -11428217 or 8887889. OLE color: 8887889.

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

Color convert

RGB81158135-
CMYK0.4900.150.38
HSL162.08º32.22%46.86%-
HSV(B)162.08º48.73%61.96%-
XYZ19.9927.9527.26-
YUV132.35129.4991.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 135 (53.12% from 255) = 36.10%
R=21.66%
G=42.25%
B=36.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811581350.4900.150.38162.0832.2246.86
Hex519E87310F26a2202f
Octal12123620761017462424057
Binary101000110011110100001111100010111110011010100010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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