#519A8A

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

Shades of Lochinvar #519A8A

Tints of Lochinvar #519A8A

Color information

#519A8A (or 0x519A8A) is unknown color: approx Lochinvar. HEX triplet: 51, 9A and 8A. RGB value is (81,154,138). Sum of RGB (Red+Green+Blue) = 81+154+138=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #519A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519A8A is #AE6575. Grayscale: #828282. Windows color (decimal): -11429238 or 9083473. OLE color: 9083473.

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

Color convert

RGB81154138-
CMYK0.4700.100.40
HSL166.85º31.06%46.08%-
HSV(B)166.85º47.4%60.39%-
XYZ19.5426.728.17-
YUV130.35132.3292.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=21.72%
G=41.29%
B=37.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811541380.4700.100.40166.8531.0646.08
Hex519A8A2F0A28a71f2e
Octal12123221257012502473756
Binary10100011001101010001010101111010101010001010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,154,138); }

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

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

 a { background-color: rgb(81,154,138); }

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

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

 span { border-color: rgb(81,154,138); }

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