#528689

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

Shades of Paradiso #528689

Tints of Paradiso #528689

Color information

#528689 (or 0x528689) is unknown color: approx Paradiso. HEX triplet: 52, 86 and 89. RGB value is (82,134,137). Sum of RGB (Red+Green+Blue) = 82+134+137=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #528689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528689 is #AD7976. Grayscale: #767676. Windows color (decimal): -11368823 or 9012818. OLE color: 9012818.

HSL color Cylindrical-coordinate representation of color #528689: hue angle of 183.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528689 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB82134137-
CMYK0.400.0200.46
HSL183.27º25.11%42.94%-
HSV(B)183.27º40.15%53.73%-
XYZ16.5220.6526.78-
YUV118.79138.27101.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=23.23%
G=37.96%
B=38.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821341370.400.0200.46183.2725.1142.94
Hex52868928202Eb7192b
Octal1222062115020562673153
Binary101001010000110100010011010001001011101011011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528689; }

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

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

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

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

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

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

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

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