#528384

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

Shades of Paradiso #528384

Tints of Paradiso #528384

Color information

#528384 (or 0x528384) is unknown color: approx Paradiso. HEX triplet: 52, 83 and 84. RGB value is (82,131,132). Sum of RGB (Red+Green+Blue) = 82+131+132=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #528384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528384 is #AD7C7B. Grayscale: #747474. Windows color (decimal): -11369596 or 8684370. OLE color: 8684370.

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

Color convert

RGB82131132-
CMYK0.380.0100.48
HSL181.2º23.36%41.96%-
HSV(B)181.2º37.88%51.76%-
XYZ15.7619.6924.8-
YUV116.46136.77103.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=23.77%
G=37.97%
B=38.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821311320.380.0100.48181.223.3641.96
Hex528384261030b5172a
Octal1222032044610602652752
Binary10100101000001110000100100110101100001011010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528384; }

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

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

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

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

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

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

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

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