#528086

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

Shades of Paradiso #528086

Tints of Paradiso #528086

Color information

#528086 (or 0x528086) is unknown color: approx Paradiso. HEX triplet: 52, 80 and 86. RGB value is (82,128,134). Sum of RGB (Red+Green+Blue) = 82+128+134=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #528086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528086 is #AD7F79. Grayscale: #727272. Windows color (decimal): -11370362 or 8814674. OLE color: 8814674.

HSL color Cylindrical-coordinate representation of color #528086: hue angle of 186.92º 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 #528086 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82128134-
CMYK0.390.0400.47
HSL186.92º24.07%42.35%-
HSV(B)186.92º38.81%52.55%-
XYZ15.518.9525.4-
YUV114.93138.76104.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=23.84%
G=37.21%
B=38.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821281340.390.0400.47186.9224.0742.35
Hex52808627402Fbb182a
Octal1222002064740572733052
Binary1010010100000001000011010011110001011111011101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528086; }

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

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

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

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

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

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

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

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