#529184

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

Shades of Lochinvar #529184

Tints of Lochinvar #529184

Color information

#529184 (or 0x529184) is unknown color: approx Lochinvar. HEX triplet: 52, 91 and 84. RGB value is (82,145,132). Sum of RGB (Red+Green+Blue) = 82+145+132=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #529184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529184 is #AD6E7B. Grayscale: #7C7C7C. Windows color (decimal): -11366012 or 8687954. OLE color: 8687954.

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

Color convert

RGB82145132-
CMYK0.4300.090.43
HSL167.62º27.75%44.51%-
HSV(B)167.62º43.45%56.86%-
XYZ17.7723.7125.47-
YUV124.68132.1397.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=22.84%
G=40.39%
B=36.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451320.4300.090.43167.6227.7544.51
Hex5291842B092Ba81c2d
Octal12222120453011532503455
Binary10100101001000110000100101011010011010111010100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529184; }

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

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

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

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

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

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

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

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