#519890

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

Shades of Lochinvar #519890

Tints of Lochinvar #519890

Color information

#519890 (or 0x519890) is unknown color: approx Lochinvar. HEX triplet: 51, 98 and 90. RGB value is (81,152,144). Sum of RGB (Red+Green+Blue) = 81+152+144=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #519890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519890 is #AE676F. Grayscale: #818181. Windows color (decimal): -11429744 or 9476177. OLE color: 9476177.

HSL color Cylindrical-coordinate representation of color #519890: hue angle of 173.24º 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 #519890 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB81152144-
CMYK0.4700.050.40
HSL173.24º30.47%45.69%-
HSV(B)173.24º46.71%59.61%-
XYZ19.6626.2230.41-
YUV129.86135.9893.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=21.49%
G=40.32%
B=38.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811521440.4700.050.40173.2430.4745.69
Hex5198902F0528ad1e2e
Octal1212302205705502553656
Binary1010001100110001001000010111101011010001010110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519890; }

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

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

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

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

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

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

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

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