#519B8B

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

Shades of Lochinvar #519B8B

Tints of Lochinvar #519B8B

Color information

#519B8B (or 0x519B8B) is unknown color: approx Lochinvar. HEX triplet: 51, 9B and 8B. RGB value is (81,155,139). Sum of RGB (Red+Green+Blue) = 81+155+139=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #519B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519B8B is #AE6474. Grayscale: #838383. Windows color (decimal): -11428981 or 9149265. OLE color: 9149265.

HSL color Cylindrical-coordinate representation of color #519B8B: hue angle of 167.03º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519B8B is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB81155139-
CMYK0.4800.100.39
HSL167.03º31.36%46.27%-
HSV(B)167.03º47.74%60.78%-
XYZ19.7727.0628.61-
YUV131.05132.4892.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=21.6%
G=41.33%
B=37.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811551390.4800.100.39167.0331.3646.27
Hex519B8B300A27a71f2e
Octal12123321360012472473756
Binary10100011001101110001011110000010101001111010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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