Html Css Color HEX #528484 Paradiso

📋 copy color: '#528484'

red 82 ◦ green 132 ◦ blue 132

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

Shades of Paradiso #528484

Tints of Paradiso #528484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.15%

R = 23.7%
G = 38.15%
B = 38.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#528484 (or 0x528484) is known color: Paradiso. HEX triplet: 52, 84 and 84. RGB value is (82,132,132). Sum of RGB (Red+Green+Blue) = 82+132+132=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #528484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528484 is #AD7B7B. Grayscale: #747474. Windows color (decimal): -11369340 or 8684626. OLE color: 8684626.

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

Color convert

RGB 82 132 132 -
CMYK 0.38 0 0 0.48
HSL 180º 0.23% 0.42% -
HSV(B) 180º 0.38% 0.52% -
XYZ 15.9 19.96 24.85 -
YUV 117.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 82 132 132 0.38 0 0 0.48 180 0.23 0.42
Hex 52 84 84 26 0 0 30 B4 17 2A
Octal 122 204 204 46 0 0 60 264 27 52
Binary 1010010 10000100 10000100 100110 0 0 110000 10110100 10111 101010

Color Harmonies of #528484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528484

Black with #528484

Text Example


Text Example

White with #528484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528484; }

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

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

background-color css

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

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

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

border-color css

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

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

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