Html Css Color HEX #528385 Paradiso

📋 copy color: '#528385'

red 82 ◦ green 131 ◦ blue 133

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

Shades of Paradiso #528385

Tints of Paradiso #528385

RGB

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

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

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

R = 23.7%
G = 37.86%
B = 38.44%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#528385 (or 0x528385) is known color: Paradiso. HEX triplet: 52, 83 and 85. RGB value is (82,131,133). Sum of RGB (Red+Green+Blue) = 82+131+133=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #528385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528385 is #AD7C7A. Grayscale: #747474. Windows color (decimal): -11369595 or 8749906. OLE color: 8749906.

HSL color Cylindrical-coordinate representation of color #528385: hue angle of 182.35º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528385 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 131 133 -
CMYK 0.38 0.02 0 0.48
HSL 182.35º 0.24% 0.42% -
HSV(B) 182.35º 0.38% 0.52% -
XYZ 15.83 19.72 25.16 -
YUV 116.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 82 131 133 0.38 0.02 0 0.48 182.35 0.24 0.42
Hex 52 83 85 26 2 0 30 B6 18 2A
Octal 122 203 205 46 2 0 60 266 30 52
Binary 1010010 10000011 10000101 100110 10 0 110000 10110110 11000 101010

Color Harmonies of #528385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528385

Black with #528385

Text Example


Text Example

White with #528385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528385; }

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

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

background-color css

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

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

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

border-color css

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

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

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