#528385

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

Shades of Paradiso #528385

Tints of Paradiso #528385

Color information

#528385 (or 0x528385) is unknown color: approx Paradiso. HEX triplet: 52, 83 and 85. RGB value is (82,131,133). Sum of RGB (Red+Green+Blue) = 82+131+133=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #528385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528385 is #AD7C7A. Grayscale: #747474. Windows color (decimal): -11369595 or 8749906. OLE color: 8749906.

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

Color convert

RGB82131133-
CMYK0.380.0200.48
HSL182.35º23.72%42.16%-
HSV(B)182.35º38.35%52.16%-
XYZ15.8319.7225.16-
YUV116.58137.27103.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=23.70%
G=37.86%
B=38.44%

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
Decimal821311330.380.0200.48182.3523.7242.16
Hex528385262030b6182a
Octal1222032054620602663052
Binary101001010000011100001011001101001100001011011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528385; }

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

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

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

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

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

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

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

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