#527C87

Color #527C87 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #527C87

Tints of Paradiso #527C87

Color information

#527C87 (or 0x527C87) is unknown color: approx Paradiso. HEX triplet: 52, 7C and 87. RGB value is (82,124,135). Sum of RGB (Red+Green+Blue) = 82+124+135=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #527C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C87 is #AD8378. Grayscale: #707070. Windows color (decimal): -11371385 or 8879186. OLE color: 8879186.

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

Color convert

RGB82124135-
CMYK0.390.0800.47
HSL192.45º24.42%42.55%-
HSV(B)192.45º39.26%52.94%-
XYZ15.0617.9625.59-
YUV112.7140.59106.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=24.05%
G=36.36%
B=39.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821241350.390.0800.47192.4524.4242.55
Hex527C8727802Fc0182b
Octal12217420747100573003053
Binary1010010111110010000111100111100001011111100000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #527C87;
 }
 .AnyTagClassName
 {
   color: #527C87;
 }
</style>
background-color css

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

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

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

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

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

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