Html Css Color HEX #527F80 Paradiso

📋 copy color: '#527F80'

red 82 ◦ green 127 ◦ blue 128

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

Shades of Paradiso #527F80

Tints of Paradiso #527F80

RGB

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

 GREEN value IS 127 (50% from 255) = 37.69%

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

R = 24.33%
G = 37.69%
B = 37.98%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#527F80 (or 0x527F80) is known color: Paradiso. HEX triplet: 52, 7F and 80. RGB value is (82,127,128). Sum of RGB (Red+Green+Blue) = 82+127+128=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #527F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527F80 is #AD807F. Grayscale: #717171. Windows color (decimal): -11370624 or 8421202. OLE color: 8421202.

HSL color Cylindrical-coordinate representation of color #527F80: hue angle of 181.3º 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 #527F80 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 127 128 -
CMYK 0.36 0.01 0 0.50
HSL 181.3º 0.22% 0.41% -
HSV(B) 181.3º 0.36% 0.5% -
XYZ 14.97 18.53 23.21 -
YUV 113.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 82 127 128 0.36 0.01 0 0.50 181.3 0.22 0.41
Hex 52 7F 80 24 1 0 32 B5 16 29
Octal 122 177 200 44 1 0 62 265 26 51
Binary 1010010 1111111 10000000 100100 1 0 110010 10110101 10110 101001

Color Harmonies of #527F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F80

Black with #527F80

Text Example


Text Example

White with #527F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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