#528589

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

Shades of Paradiso #528589

Tints of Paradiso #528589

Color information

#528589 (or 0x528589) is unknown color: approx Paradiso. HEX triplet: 52, 85 and 89. RGB value is (82,133,137). Sum of RGB (Red+Green+Blue) = 82+133+137=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #528589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528589 is #AD7A76. Grayscale: #767676. Windows color (decimal): -11369079 or 9012562. OLE color: 9012562.

HSL color Cylindrical-coordinate representation of color #528589: hue angle of 184.36º 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 #528589 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB82133137-
CMYK0.400.0300.46
HSL184.36º25.11%42.94%-
HSV(B)184.36º40.15%53.73%-
XYZ16.3820.3826.74-
YUV118.21138.6102.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=23.30%
G=37.78%
B=38.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821331370.400.0300.46184.3625.1142.94
Hex52858928302Eb8192b
Octal1222052115030562703153
Binary101001010000101100010011010001101011101011100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528589; }

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

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

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

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

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

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

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

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