#529488

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

Shades of Lochinvar #529488

Tints of Lochinvar #529488

Color information

#529488 (or 0x529488) is unknown color: approx Lochinvar. HEX triplet: 52, 94 and 88. RGB value is (82,148,136). Sum of RGB (Red+Green+Blue) = 82+148+136=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #529488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529488 is #AD6B77. Grayscale: #7E7E7E. Windows color (decimal): -11365240 or 8950866. OLE color: 8950866.

HSL color Cylindrical-coordinate representation of color #529488: hue angle of 169.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 #529488 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB82148136-
CMYK0.4500.080.42
HSL169.09º28.7%45.1%-
HSV(B)169.09º44.59%58.04%-
XYZ18.5124.7527.09-
YUV126.9133.1395.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=22.40%
G=40.44%
B=37.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821481360.4500.080.42169.0928.745.1
Hex5294882D082Aa91d2d
Octal12222421055010522513555
Binary10100101001010010001000101101010001010101010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529488; }

 p { color: rgb(82,148,136); }

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

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

 a { background-color: rgb(82,148,136); }

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

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

 span { border-color: rgb(82,148,136); }

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