#519F8F

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

Shades of Lochinvar #519F8F

Tints of Lochinvar #519F8F

Color information

#519F8F (or 0x519F8F) is unknown color: approx Lochinvar. HEX triplet: 51, 9F and 8F. RGB value is (81,159,143). Sum of RGB (Red+Green+Blue) = 81+159+143=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #519F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519F8F is #AE6070. Grayscale: #858585. Windows color (decimal): -11427953 or 9412433. OLE color: 9412433.

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

Color convert

RGB81159143-
CMYK0.4900.100.38
HSL167.69º32.5%47.06%-
HSV(B)167.69º49.06%62.35%-
XYZ20.7528.5330.4-
YUV133.85133.1690.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 143 (56.25% from 255) = 37.34%
R=21.15%
G=41.51%
B=37.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811591430.4900.100.38167.6932.547.06
Hex519F8F310A26a8202f
Octal12123721761012462504057
Binary101000110011111100011111100010101010011010101000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,159,143); }

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

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

 a { background-color: rgb(81,159,143); }

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

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

 span { border-color: rgb(81,159,143); }

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