#529581

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

Shades of Lochinvar #529581

Tints of Lochinvar #529581

Color information

#529581 (or 0x529581) is unknown color: approx Lochinvar. HEX triplet: 52, 95 and 81. RGB value is (82,149,129). Sum of RGB (Red+Green+Blue) = 82+149+129=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #529581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529581 is #AD6A7E. Grayscale: #7E7E7E. Windows color (decimal): -11364991 or 8492370. OLE color: 8492370.

HSL color Cylindrical-coordinate representation of color #529581: hue angle of 162.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529581 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB82149129-
CMYK0.4500.130.42
HSL162.09º29%45.29%-
HSV(B)162.09º44.97%58.43%-
XYZ18.1924.8724.61-
YUV126.69129.396.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=22.78%
G=41.39%
B=35.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491290.4500.130.42162.092945.29
Hex5295812D0D2Aa21d2d
Octal12222520155015522423555
Binary10100101001010110000001101101011011010101010001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529581; }

 p { color: rgb(82,149,129); }

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

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

 a { background-color: rgb(82,149,129); }

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

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

 span { border-color: rgb(82,149,129); }

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