Html Css Color HEX #528785 Paradiso

📋 copy color: '#528785'

red 82 ◦ green 135 ◦ blue 133

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

Shades of Paradiso #528785

Tints of Paradiso #528785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 23.43%
G = 38.57%
B = 38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#528785 (or 0x528785) is known color: Paradiso. HEX triplet: 52, 87 and 85. RGB value is (82,135,133). Sum of RGB (Red+Green+Blue) = 82+135+133=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #528785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528785 is #AD787A. Grayscale: #767676. Windows color (decimal): -11368571 or 8750930. OLE color: 8750930.

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

Color convert

RGB 82 135 133 -
CMYK 0.39 0 0.01 0.47
HSL 177.74º 0.24% 0.43% -
HSV(B) 177.74º 0.39% 0.53% -
XYZ 16.38 20.82 25.34 -
YUV 118.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 82 135 133 0.39 0 0.01 0.47 177.74 0.24 0.43
Hex 52 87 85 27 0 1 2F B2 18 2B
Octal 122 207 205 47 0 1 57 262 30 53
Binary 1010010 10000111 10000101 100111 0 1 101111 10110010 11000 101011

Color Harmonies of #528785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528785

Black with #528785

Text Example


Text Example

White with #528785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528785; }

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

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

background-color css

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

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

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

border-color css

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

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

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