#528285

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

Shades of Paradiso #528285

Tints of Paradiso #528285

Color information

#528285 (or 0x528285) is unknown color: approx Paradiso. HEX triplet: 52, 82 and 85. RGB value is (82,130,133). Sum of RGB (Red+Green+Blue) = 82+130+133=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #528285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528285 is #AD7D7A. Grayscale: #737373. Windows color (decimal): -11369851 or 8749650. OLE color: 8749650.

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

Color convert

RGB82130133-
CMYK0.380.0200.48
HSL183.53º23.72%42.16%-
HSV(B)183.53º38.35%52.16%-
XYZ15.719.4525.12-
YUV115.99137.6103.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 133 (52.34% from 255) = 38.55%
R=23.77%
G=37.68%
B=38.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821301330.380.0200.48183.5323.7242.16
Hex528285262030b8182a
Octal1222022054620602703052
Binary101001010000010100001011001101001100001011100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528285; }

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

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

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

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

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

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

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

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