#519185

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

Shades of Lochinvar #519185

Tints of Lochinvar #519185

Color information

#519185 (or 0x519185) is unknown color: approx Lochinvar. HEX triplet: 51, 91 and 85. RGB value is (81,145,133). Sum of RGB (Red+Green+Blue) = 81+145+133=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #519185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519185 is #AE6E7A. Grayscale: #7C7C7C. Windows color (decimal): -11431547 or 8753489. OLE color: 8753489.

HSL color Cylindrical-coordinate representation of color #519185: hue angle of 168.75º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519185 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB81145133-
CMYK0.4400.080.43
HSL168.75º28.32%44.31%-
HSV(B)168.75º44.14%56.86%-
XYZ17.7523.6925.83-
YUV124.5132.896.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=22.56%
G=40.39%
B=37.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811451330.4400.080.43168.7528.3244.31
Hex5191852C082Ba91c2c
Octal12122120554010532513454
Binary10100011001000110000101101100010001010111010100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519185; }

 p { color: rgb(81,145,133); }

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

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

 a { background-color: rgb(81,145,133); }

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

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

 span { border-color: rgb(81,145,133); }

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