Html Css Color HEX #527C86 Paradiso

📋 copy color: '#527C86'

red 82 ◦ green 124 ◦ blue 134

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

Shades of Paradiso #527C86

Tints of Paradiso #527C86

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.47%

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 24.12%
G = 36.47%
B = 39.41%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#527C86 (or 0x527C86) is known color: Paradiso. HEX triplet: 52, 7C and 86. RGB value is (82,124,134). Sum of RGB (Red+Green+Blue) = 82+124+134=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #527C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C86 is #AD8379. Grayscale: #707070. Windows color (decimal): -11371386 or 8813650. OLE color: 8813650.

HSL color Cylindrical-coordinate representation of color #527C86: hue angle of 191.54º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527C86 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 124 134 -
CMYK 0.39 0.07 0 0.47
HSL 191.54º 0.24% 0.42% -
HSV(B) 191.54º 0.39% 0.53% -
XYZ 14.99 17.93 25.23 -
YUV 112.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 82 124 134 0.39 0.07 0 0.47 191.54 0.24 0.42
Hex 52 7C 86 27 7 0 2F C0 18 2A
Octal 122 174 206 47 7 0 57 300 30 52
Binary 1010010 1111100 10000110 100111 111 0 101111 11000000 11000 101010

Color Harmonies of #527C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C86

Black with #527C86

Text Example


Text Example

White with #527C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,124,134); }

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

background-color css

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

 a { background-color: rgb(82,124,134); }

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

border-color css

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

 span { border-color: rgb(82,124,134); }

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