Html Css Color HEX #528583 Paradiso

📋 copy color: '#528583'

red 82 ◦ green 133 ◦ blue 131

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

Shades of Paradiso #528583

Tints of Paradiso #528583

RGB

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

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

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

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

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 82 133 131 -
CMYK 0.38 0 0.02 0.48
HSL 177.65º 0.24% 0.42% -
HSV(B) 177.65º 0.38% 0.52% -
XYZ 15.96 20.21 24.53 -
YUV 117.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 82 133 131 0.38 0 0.02 0.48 177.65 0.24 0.42
Hex 52 85 83 26 0 2 30 B2 18 2A
Octal 122 205 203 46 0 2 60 262 30 52
Binary 1010010 10000101 10000011 100110 0 10 110000 10110010 11000 101010

Color Harmonies of #528583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528583

Black with #528583

Text Example


Text Example

White with #528583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528583; }

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

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

background-color css

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

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

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

border-color css

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

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

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