#539182

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

Shades of Lochinvar #539182

Tints of Lochinvar #539182

Color information

#539182 (or 0x539182) is unknown color: approx Lochinvar. HEX triplet: 53, 91 and 82. RGB value is (83,145,130). Sum of RGB (Red+Green+Blue) = 83+145+130=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #539182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539182 is #AC6E7D. Grayscale: #7C7C7C. Windows color (decimal): -11300478 or 8556883. OLE color: 8556883.

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

Color convert

RGB83145130-
CMYK0.4300.100.43
HSL165.48º27.19%44.71%-
HSV(B)165.48º42.76%56.86%-
XYZ17.7223.724.76-
YUV124.75130.9698.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 145 (57.03% from 255) = 40.50%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=23.18%
G=40.50%
B=36.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831451300.4300.100.43165.4827.1944.71
Hex5391822B0A2Ba51b2d
Octal12322120253012532453355
Binary10100111001000110000010101011010101010111010010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539182; }

 p { color: rgb(83,145,130); }

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

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

 a { background-color: rgb(83,145,130); }

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

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

 span { border-color: rgb(83,145,130); }

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