#519887

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

Shades of Lochinvar #519887

Tints of Lochinvar #519887

Color information

#519887 (or 0x519887) is unknown color: approx Lochinvar. HEX triplet: 51, 98 and 87. RGB value is (81,152,135). Sum of RGB (Red+Green+Blue) = 81+152+135=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #519887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519887 is #AE6778. Grayscale: #808080. Windows color (decimal): -11429753 or 8886353. OLE color: 8886353.

HSL color Cylindrical-coordinate representation of color #519887: hue angle of 165.63º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519887 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB81152135-
CMYK0.4700.110.40
HSL165.63º30.47%45.69%-
HSV(B)165.63º46.71%59.61%-
XYZ18.9925.9626.93-
YUV128.83131.4893.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=22.01%
G=41.30%
B=36.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811521350.4700.110.40165.6330.4745.69
Hex5198872F0B28a61e2e
Octal12123020757013502463656
Binary10100011001100010000111101111010111010001010011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519887; }

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

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

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

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

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

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

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

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