#528186

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

Shades of Paradiso #528186

Tints of Paradiso #528186

Color information

#528186 (or 0x528186) is unknown color: approx Paradiso. HEX triplet: 52, 81 and 86. RGB value is (82,129,134). Sum of RGB (Red+Green+Blue) = 82+129+134=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #528186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528186 is #AD7E79. Grayscale: #737373. Windows color (decimal): -11370106 or 8814930. OLE color: 8814930.

HSL color Cylindrical-coordinate representation of color #528186: hue angle of 185.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528186 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82129134-
CMYK0.390.0400.47
HSL185.77º24.07%42.35%-
HSV(B)185.77º38.81%52.55%-
XYZ15.6319.2225.44-
YUV115.52138.43104.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=23.77%
G=37.39%
B=38.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821291340.390.0400.47185.7724.0742.35
Hex52818627402Fba182a
Octal1222012064740572723052
Binary1010010100000011000011010011110001011111011101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528186; }

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

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

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

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

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

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

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

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