#519E8B

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

Shades of Lochinvar #519E8B

Tints of Lochinvar #519E8B

Color information

#519E8B (or 0x519E8B) is unknown color: approx Lochinvar. HEX triplet: 51, 9E and 8B. RGB value is (81,158,139). Sum of RGB (Red+Green+Blue) = 81+158+139=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #519E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519E8B is #AE6174. Grayscale: #848484. Windows color (decimal): -11428213 or 9150033. OLE color: 9150033.

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

Color convert

RGB81158139-
CMYK0.4900.120.38
HSL165.19º32.22%46.86%-
HSV(B)165.19º48.73%61.96%-
XYZ20.2828.0728.77-
YUV132.81131.4991.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.43%
GREEN value IS 158 (62.11% from 255) = 41.80%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=21.43%
G=41.80%
B=36.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811581390.4900.120.38165.1932.2246.86
Hex519E8B310C26a5202f
Octal12123621361014462454057
Binary101000110011110100010111100010110010011010100101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,158,139); }

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

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

 a { background-color: rgb(81,158,139); }

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

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

 span { border-color: rgb(81,158,139); }

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