#528282

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

Shades of Paradiso #528282

Tints of Paradiso #528282

Color information

#528282 (or 0x528282) is unknown color: approx Paradiso. HEX triplet: 52, 82 and 82. RGB value is (82,130,130). Sum of RGB (Red+Green+Blue) = 82+130+130=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #528282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528282 is #AD7D7D. Grayscale: #737373. Windows color (decimal): -11369854 or 8553042. OLE color: 8553042.

HSL color Cylindrical-coordinate representation of color #528282: hue angle of 180º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528282 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB82130130-
CMYK0.37000.49
HSL180º22.64%41.57%-
HSV(B)180º36.92%50.98%-
XYZ15.4919.3724.04-
YUV115.65136.1104-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=23.98%
G=38.01%
B=38.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821301300.37000.4918022.6441.57
Hex528282250031b4172a
Octal1222022024500612642752
Binary10100101000001010000010100101001100011011010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528282; }

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

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

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

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

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

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

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

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