Html Css Color HEX #527980 Paradiso

📋 copy color: '#527980'

red 82 ◦ green 121 ◦ blue 128

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

Shades of Paradiso #527980

Tints of Paradiso #527980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.56%

 BLUE value IS 128 (50.39% from 255) = 38.67%

R = 24.77%
G = 36.56%
B = 38.67%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#527980 (or 0x527980) is known color: Paradiso. HEX triplet: 52, 79 and 80. RGB value is (82,121,128). Sum of RGB (Red+Green+Blue) = 82+121+128=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #527980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527980 is #AD867F. Grayscale: #6E6E6E. Windows color (decimal): -11372160 or 8419666. OLE color: 8419666.

HSL color Cylindrical-coordinate representation of color #527980: hue angle of 189.13º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #527980 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 121 128 -
CMYK 0.36 0.05 0 0.50
HSL 189.13º 0.22% 0.41% -
HSV(B) 189.13º 0.36% 0.5% -
XYZ 14.21 17.03 22.96 -
YUV 110.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 82 121 128 0.36 0.05 0 0.50 189.13 0.22 0.41
Hex 52 79 80 24 5 0 32 BD 16 29
Octal 122 171 200 44 5 0 62 275 26 51
Binary 1010010 1111001 10000000 100100 101 0 110010 10111101 10110 101001

Color Harmonies of #527980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527980

Black with #527980

Text Example


Text Example

White with #527980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527980; }

 p { color: rgb(82,121,128); }

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

background-color css

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

 a { background-color: rgb(82,121,128); }

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

border-color css

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

 span { border-color: rgb(82,121,128); }

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