Html Css Color HEX #528686 Paradiso

📋 copy color: '#528686'

red 82 ◦ green 134 ◦ blue 134

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

Shades of Paradiso #528686

Tints of Paradiso #528686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 23.43%
G = 38.29%
B = 38.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#528686 (or 0x528686) is known color: Paradiso. HEX triplet: 52, 86 and 86. RGB value is (82,134,134). Sum of RGB (Red+Green+Blue) = 82+134+134=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #528686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528686 is #AD7979. Grayscale: #767676. Windows color (decimal): -11368826 or 8816210. OLE color: 8816210.

HSL color Cylindrical-coordinate representation of color #528686: hue angle of 180º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528686 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 134 134 -
CMYK 0.39 0 0 0.47
HSL 180º 0.24% 0.42% -
HSV(B) 180º 0.39% 0.53% -
XYZ 16.31 20.57 25.66 -
YUV 118.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 82 134 134 0.39 0 0 0.47 180 0.24 0.42
Hex 52 86 86 27 0 0 2F B4 18 2A
Octal 122 206 206 47 0 0 57 264 30 52
Binary 1010010 10000110 10000110 100111 0 0 101111 10110100 11000 101010

Color Harmonies of #528686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528686

Black with #528686

Text Example


Text Example

White with #528686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528686; }

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

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

background-color css

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

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

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

border-color css

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

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

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