#527A84

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

Shades of Paradiso #527A84

Tints of Paradiso #527A84

Color information

#527A84 (or 0x527A84) is unknown color: approx Paradiso. HEX triplet: 52, 7A and 84. RGB value is (82,122,132). Sum of RGB (Red+Green+Blue) = 82+122+132=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #527A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A84 is #AD857B. Grayscale: #6F6F6F. Windows color (decimal): -11371900 or 8682066. OLE color: 8682066.

HSL color Cylindrical-coordinate representation of color #527A84: hue angle of 192º degrees, saturation: 0.23, 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 #527A84 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82122132-
CMYK0.380.0800.48
HSL192º23.36%41.96%-
HSV(B)192º37.88%51.76%-
XYZ14.617.3824.41-
YUV111.18139.75107.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=24.40%
G=36.31%
B=39.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821221320.380.0800.4819223.3641.96
Hex527A84268030c0172a
Octal12217220446100603002752
Binary1010010111101010000100100110100001100001100000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,122,132); }

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

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

 a { background-color: rgb(82,122,132); }

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

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

 span { border-color: rgb(82,122,132); }

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