#519989

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

Shades of Lochinvar #519989

Tints of Lochinvar #519989

Color information

#519989 (or 0x519989) is unknown color: approx Lochinvar. HEX triplet: 51, 99 and 89. RGB value is (81,153,137). Sum of RGB (Red+Green+Blue) = 81+153+137=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #519989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519989 is #AE6676. Grayscale: #818181. Windows color (decimal): -11429495 or 9017681. OLE color: 9017681.

HSL color Cylindrical-coordinate representation of color #519989: hue angle of 166.67º degrees, saturation: 0.31, 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 #519989 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB81153137-
CMYK0.4700.100.4
HSL166.67º30.77%45.88%-
HSV(B)166.67º47.06%60%-
XYZ19.326.3427.73-
YUV129.65132.1593.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=21.83%
G=41.24%
B=36.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811531370.4700.100.4166.6730.7745.88
Hex5199892F0A28a71f2e
Octal12123121157012502473756
Binary10100011001100110001001101111010101010001010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519989; }

 p { color: rgb(81,153,137); }

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

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

 a { background-color: rgb(81,153,137); }

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

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

 span { border-color: rgb(81,153,137); }

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