#519E90

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

Shades of Lochinvar #519E90

Tints of Lochinvar #519E90

Color information

#519E90 (or 0x519E90) is unknown color: approx Lochinvar. HEX triplet: 51, 9E and 90. RGB value is (81,158,144). Sum of RGB (Red+Green+Blue) = 81+158+144=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #519E90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519E90 is #AE616F. Grayscale: #858585. Windows color (decimal): -11428208 or 9477713. OLE color: 9477713.

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

Color convert

RGB81158144-
CMYK0.4900.090.38
HSL169.09º32.22%46.86%-
HSV(B)169.09º48.73%61.96%-
XYZ20.6528.2230.74-
YUV133.38133.9990.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 158 (62.11% from 255) = 41.25%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=21.15%
G=41.25%
B=37.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811581440.4900.090.38169.0932.2246.86
Hex519E90310926a9202f
Octal12123622061011462514057
Binary101000110011110100100001100010100110011010101001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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