Html Css Color HEX #528584 Paradiso

📋 copy color: '#528584'

red 82 ◦ green 133 ◦ blue 132

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

Shades of Paradiso #528584

Tints of Paradiso #528584

RGB

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

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

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

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

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 82 133 132 -
CMYK 0.38 0 0.01 0.48
HSL 178.82º 0.24% 0.42% -
HSV(B) 178.82º 0.38% 0.52% -
XYZ 16.03 20.23 24.89 -
YUV 117.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 82 133 132 0.38 0 0.01 0.48 178.82 0.24 0.42
Hex 52 85 84 26 0 1 30 B3 18 2A
Octal 122 205 204 46 0 1 60 263 30 52
Binary 1010010 10000101 10000100 100110 0 1 110000 10110011 11000 101010

Color Harmonies of #528584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528584

Black with #528584

Text Example


Text Example

White with #528584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528584; }

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

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

background-color css

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

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

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

border-color css

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

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

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