#528485

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

Shades of Paradiso #528485

Tints of Paradiso #528485

Color information

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

HSL color Cylindrical-coordinate representation of color #528485: hue angle of 181.18º 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 #528485 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82132133-
CMYK0.380.0100.48
HSL181.18º23.72%42.16%-
HSV(B)181.18º38.35%52.16%-
XYZ15.9619.9925.21-
YUV117.16136.94102.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821321330.380.0100.48181.1823.7242.16
Hex528485261030b5182a
Octal1222042054610602653052
Binary10100101000010010000101100110101100001011010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528485; }

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

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

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

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

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

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

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

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