#518884

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

Shades of Lochinvar #518884

Tints of Lochinvar #518884

Color information

#518884 (or 0x518884) is unknown color: approx Lochinvar. HEX triplet: 51, 88 and 84. RGB value is (81,136,132). Sum of RGB (Red+Green+Blue) = 81+136+132=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #518884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518884 is #AE777B. Grayscale: #777777. Windows color (decimal): -11433852 or 8685649. OLE color: 8685649.

HSL color Cylindrical-coordinate representation of color #518884: hue angle of 175.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518884 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB81136132-
CMYK0.4000.030.47
HSL175.64º25.35%42.55%-
HSV(B)175.64º40.44%53.33%-
XYZ16.3621.0225.03-
YUV119.1135.28100.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=23.21%
G=38.97%
B=37.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811361320.4000.030.47175.6425.3542.55
Hex51888428032Fb0192b
Octal1212102045003572603153
Binary101000110001000100001001010000111011111011000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518884; }

 p { color: rgb(81,136,132); }

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

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

 a { background-color: rgb(81,136,132); }

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

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

 span { border-color: rgb(81,136,132); }

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