#528487

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

Shades of Paradiso #528487

Tints of Paradiso #528487

Color information

#528487 (or 0x528487) is unknown color: approx Paradiso. HEX triplet: 52, 84 and 87. RGB value is (82,132,135). Sum of RGB (Red+Green+Blue) = 82+132+135=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #528487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528487 is #AD7B78. Grayscale: #757575. Windows color (decimal): -11369337 or 8881234. OLE color: 8881234.

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

Color convert

RGB82132135-
CMYK0.390.0200.47
HSL183.4º24.42%42.55%-
HSV(B)183.4º39.26%52.94%-
XYZ16.120.0525.94-
YUV117.39137.94102.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 135 (53.12% from 255) = 38.68%
R=23.50%
G=37.82%
B=38.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821321350.390.0200.47183.424.4242.55
Hex52848727202Fb7182b
Octal1222042074720572673053
Binary101001010000100100001111001111001011111011011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528487; }

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

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

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

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

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

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

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

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