Html Css Color HEX #528382 Paradiso

📋 copy color: '#528382'

red 82 ◦ green 131 ◦ blue 130

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

Shades of Paradiso #528382

Tints of Paradiso #528382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

 BLUE value IS 130 (51.17% from 255) = 37.9%

R = 23.91%
G = 38.19%
B = 37.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#528382 (or 0x528382) is known color: Paradiso. HEX triplet: 52, 83 and 82. RGB value is (82,131,130). Sum of RGB (Red+Green+Blue) = 82+131+130=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #528382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528382 is #AD7C7D. Grayscale: #747474. Windows color (decimal): -11369598 or 8553298. OLE color: 8553298.

HSL color Cylindrical-coordinate representation of color #528382: hue angle of 178.78º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528382 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 131 130 -
CMYK 0.37 0 0.01 0.49
HSL 178.78º 0.23% 0.42% -
HSV(B) 178.78º 0.37% 0.51% -
XYZ 15.63 19.64 24.09 -
YUV 116.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 82 131 130 0.37 0 0.01 0.49 178.78 0.23 0.42
Hex 52 83 82 25 0 1 31 B3 17 2A
Octal 122 203 202 45 0 1 61 263 27 52
Binary 1010010 10000011 10000010 100101 0 1 110001 10110011 10111 101010

Color Harmonies of #528382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528382

Black with #528382

Text Example


Text Example

White with #528382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528382; }

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

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

background-color css

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

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

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

border-color css

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

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

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