Html Css Color HEX #528485 Paradiso

📋 copy color: '#528485'

red 82 ◦ green 132 ◦ blue 133

#528485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #528485

Tints of Paradiso #528485

RGB

 RED value IS 82 (32.42% from 255) = 23.63%

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 133 (52.34% from 255) = 38.33%

R = 23.63%
G = 38.04%
B = 38.33%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#528485 (or 0x528485) is known color: Paradiso. HEX triplet: 52, 84 and 85. RGB value is (82,132,133). Sum of RGB (Red+Green+Blue) = 82+132+133=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #528485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528485 is #AD7B7A. Grayscale: #757575. Windows color (decimal): -11369339 or 8750162. OLE color: 8750162.

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

Color convert

RGB 82 132 133 -
CMYK 0.38 0.01 0 0.48
HSL 181.18º 0.24% 0.42% -
HSV(B) 181.18º 0.38% 0.52% -
XYZ 15.96 19.99 25.21 -
YUV 117.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 82 132 133 0.38 0.01 0 0.48 181.18 0.24 0.42
Hex 52 84 85 26 1 0 30 B5 18 2A
Octal 122 204 205 46 1 0 60 265 30 52
Binary 1010010 10000100 10000101 100110 1 0 110000 10110101 11000 101010

Color Harmonies of #528485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528485

Black with #528485

Text Example


Text Example

White with #528485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528485; }

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

 H1.HeaderClassName
 {
   color: #528485;
 }
 .AnyTagClassName
 {
   color: #528485;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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