Html Css Color HEX #528483 Paradiso

📋 copy color: '#528483'

red 82 ◦ green 132 ◦ blue 131

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

Shades of Paradiso #528483

Tints of Paradiso #528483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 131 (51.56% from 255) = 37.97%

R = 23.77%
G = 38.26%
B = 37.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#528483 (or 0x528483) is known color: Paradiso. HEX triplet: 52, 84 and 83. RGB value is (82,132,131). Sum of RGB (Red+Green+Blue) = 82+132+131=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #528483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528483 is #AD7B7C. Grayscale: #747474. Windows color (decimal): -11369341 or 8619090. OLE color: 8619090.

HSL color Cylindrical-coordinate representation of color #528483: hue angle of 178.8º degrees, saturation: 0.23, 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 #528483 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 131 -
CMYK 0.38 0 0.01 0.48
HSL 178.8º 0.23% 0.42% -
HSV(B) 178.8º 0.38% 0.52% -
XYZ 15.83 19.94 24.49 -
YUV 116.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 82 132 131 0.38 0 0.01 0.48 178.8 0.23 0.42
Hex 52 84 83 26 0 1 30 B3 17 2A
Octal 122 204 203 46 0 1 60 263 27 52
Binary 1010010 10000100 10000011 100110 0 1 110000 10110011 10111 101010

Color Harmonies of #528483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528483

Black with #528483

Text Example


Text Example

White with #528483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528483; }

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

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

background-color css

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

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

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

border-color css

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

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

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