#529182

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

Shades of Lochinvar #529182

Tints of Lochinvar #529182

Color information

#529182 (or 0x529182) is unknown color: approx Lochinvar. HEX triplet: 52, 91 and 82. RGB value is (82,145,130). Sum of RGB (Red+Green+Blue) = 82+145+130=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #529182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529182 is #AD6E7D. Grayscale: #7C7C7C. Windows color (decimal): -11366014 or 8556882. OLE color: 8556882.

HSL color Cylindrical-coordinate representation of color #529182: hue angle of 165.71º degrees, saturation: 0.28, 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 #529182 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB82145130-
CMYK0.4300.100.43
HSL165.71º27.75%44.51%-
HSV(B)165.71º43.45%56.86%-
XYZ17.6323.6624.76-
YUV124.45131.1397.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 130 (51.17% from 255) = 36.41%
R=22.97%
G=40.62%
B=36.41%

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
Decimal821451300.4300.100.43165.7127.7544.51
Hex5291822B0A2Ba61c2d
Octal12222120253012532463455
Binary10100101001000110000010101011010101010111010011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529182; }

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

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

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

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

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

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

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

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