#528688

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

Shades of Paradiso #528688

Tints of Paradiso #528688

Color information

#528688 (or 0x528688) is unknown color: approx Paradiso. HEX triplet: 52, 86 and 88. RGB value is (82,134,136). Sum of RGB (Red+Green+Blue) = 82+134+136=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #528688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528688 is #AD7977. Grayscale: #767676. Windows color (decimal): -11368824 or 8947282. OLE color: 8947282.

HSL color Cylindrical-coordinate representation of color #528688: hue angle of 182.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528688 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82134136-
CMYK0.400.0100.47
HSL182.22º24.77%42.75%-
HSV(B)182.22º39.71%53.33%-
XYZ16.4520.6226.41-
YUV118.68137.77101.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=23.30%
G=38.07%
B=38.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341360.400.0100.47182.2224.7742.75
Hex52868828102Fb6192b
Octal1222062105010572663153
Binary10100101000011010001000101000101011111011011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528688; }

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

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

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

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

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

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

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

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