#528686

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

Shades of Paradiso #528686

Tints of Paradiso #528686

Color information

#528686 (or 0x528686) is unknown color: approx Paradiso. HEX triplet: 52, 86 and 86. RGB value is (82,134,134). Sum of RGB (Red+Green+Blue) = 82+134+134=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #528686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528686 is #AD7979. Grayscale: #767676. Windows color (decimal): -11368826 or 8816210. OLE color: 8816210.

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

Color convert

RGB82134134-
CMYK0.39000.47
HSL180º24.07%42.35%-
HSV(B)180º38.81%52.55%-
XYZ16.3120.5725.66-
YUV118.45136.77102-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=23.43%
G=38.29%
B=38.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341340.39000.4718024.0742.35
Hex52868627002Fb4182a
Octal1222062064700572643052
Binary10100101000011010000110100111001011111011010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528686; }

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

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

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

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

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

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

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

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