#528584

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

Shades of Paradiso #528584

Tints of Paradiso #528584

Color information

#528584 (or 0x528584) is unknown color: approx Paradiso. HEX triplet: 52, 85 and 84. RGB value is (82,133,132). Sum of RGB (Red+Green+Blue) = 82+133+132=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #528584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528584 is #AD7A7B. Grayscale: #757575. Windows color (decimal): -11369084 or 8684882. OLE color: 8684882.

HSL color Cylindrical-coordinate representation of color #528584: hue angle of 178.82º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528584 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB82133132-
CMYK0.3800.010.48
HSL178.82º23.72%42.16%-
HSV(B)178.82º38.35%52.16%-
XYZ16.0320.2324.89-
YUV117.64136.1102.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=23.63%
G=38.33%
B=38.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821331320.3800.010.48178.8223.7242.16
Hex528584260130b3182a
Octal1222052044601602633052
Binary10100101000010110000100100110011100001011001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528584; }

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

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

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

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

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

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

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

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