#528684

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

Shades of Paradiso #528684

Tints of Paradiso #528684

Color information

#528684 (or 0x528684) is unknown color: approx Paradiso. HEX triplet: 52, 86 and 84. RGB value is (82,134,132). Sum of RGB (Red+Green+Blue) = 82+134+132=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #528684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528684 is #AD797B. Grayscale: #767676. Windows color (decimal): -11368828 or 8685138. OLE color: 8685138.

HSL color Cylindrical-coordinate representation of color #528684: hue angle of 177.69º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528684 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB82134132-
CMYK0.3900.010.47
HSL177.69º24.07%42.35%-
HSV(B)177.69º38.81%52.55%-
XYZ16.1720.5124.94-
YUV118.22135.77102.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=23.56%
G=38.51%
B=37.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341320.3900.010.47177.6924.0742.35
Hex52868427012Fb2182a
Octal1222062044701572623052
Binary10100101000011010000100100111011011111011001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528684; }

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

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

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

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

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

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

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

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