Html Css Color HEX #528287 Paradiso

📋 copy color: '#528287'

red 82 ◦ green 130 ◦ blue 135

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

Shades of Paradiso #528287

Tints of Paradiso #528287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

 BLUE value IS 135 (53.13% from 255) = 38.9%

R = 23.63%
G = 37.46%
B = 38.9%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#528287 (or 0x528287) is known color: Paradiso. HEX triplet: 52, 82 and 87. RGB value is (82,130,135). Sum of RGB (Red+Green+Blue) = 82+130+135=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #528287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528287 is #AD7D78. Grayscale: #747474. Windows color (decimal): -11369849 or 8880722. OLE color: 8880722.

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

Color convert

RGB 82 130 135 -
CMYK 0.39 0.04 0 0.47
HSL 185.66º 0.24% 0.43% -
HSV(B) 185.66º 0.39% 0.53% -
XYZ 15.84 19.51 25.85 -
YUV 116.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 82 130 135 0.39 0.04 0 0.47 185.66 0.24 0.43
Hex 52 82 87 27 4 0 2F BA 18 2B
Octal 122 202 207 47 4 0 57 272 30 53
Binary 1010010 10000010 10000111 100111 100 0 101111 10111010 11000 101011

Color Harmonies of #528287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528287

Black with #528287

Text Example


Text Example

White with #528287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528287; }

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

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

background-color css

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

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

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

border-color css

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

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

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