#529988

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

Shades of Lochinvar #529988

Tints of Lochinvar #529988

Color information

#529988 (or 0x529988) is unknown color: approx Lochinvar. HEX triplet: 52, 99 and 88. RGB value is (82,153,136). Sum of RGB (Red+Green+Blue) = 82+153+136=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #529988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529988 is #AD6677. Grayscale: #818181. Windows color (decimal): -11363960 or 8952146. OLE color: 8952146.

HSL color Cylindrical-coordinate representation of color #529988: hue angle of 165.63º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529988 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB82153136-
CMYK0.4600.110.4
HSL165.63º30.21%46.08%-
HSV(B)165.63º46.41%60%-
XYZ19.3126.3527.36-
YUV129.83131.4893.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=22.10%
G=41.24%
B=36.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821531360.4600.110.4165.6330.2146.08
Hex5299882E0B28a61e2e
Octal12223121056013502463656
Binary10100101001100110001000101110010111010001010011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529988; }

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

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

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

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

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

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

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

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