Html Css Color HEX #528187 Paradiso

📋 copy color: '#528187'

red 82 ◦ green 129 ◦ blue 135

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

Shades of Paradiso #528187

Tints of Paradiso #528187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

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

R = 23.7%
G = 37.28%
B = 39.02%

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

#528187 (or 0x528187) is known color: Paradiso. HEX triplet: 52, 81 and 87. RGB value is (82,129,135). Sum of RGB (Red+Green+Blue) = 82+129+135=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #528187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528187 is #AD7E78. Grayscale: #737373. Windows color (decimal): -11370105 or 8880466. OLE color: 8880466.

HSL color Cylindrical-coordinate representation of color #528187: hue angle of 186.79º 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 #528187 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 129 135 -
CMYK 0.39 0.04 0 0.47
HSL 186.79º 0.24% 0.43% -
HSV(B) 186.79º 0.39% 0.53% -
XYZ 15.7 19.24 25.81 -
YUV 115.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 82 129 135 0.39 0.04 0 0.47 186.79 0.24 0.43
Hex 52 81 87 27 4 0 2F BB 18 2B
Octal 122 201 207 47 4 0 57 273 30 53
Binary 1010010 10000001 10000111 100111 100 0 101111 10111011 11000 101011

Color Harmonies of #528187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528187

Black with #528187

Text Example


Text Example

White with #528187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528187; }

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

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

background-color css

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

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

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

border-color css

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

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

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