#527D88

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

Shades of Paradiso #527D88

Tints of Paradiso #527D88

Color information

#527D88 (or 0x527D88) is unknown color: approx Paradiso. HEX triplet: 52, 7D and 88. RGB value is (82,125,136). Sum of RGB (Red+Green+Blue) = 82+125+136=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #527D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527D88 is #AD8277. Grayscale: #717171. Windows color (decimal): -11371128 or 8944978. OLE color: 8944978.

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

Color convert

RGB82125136-
CMYK0.400.0800.47
HSL192.22º24.77%42.75%-
HSV(B)192.22º39.71%53.33%-
XYZ15.2618.2426.01-
YUV113.4140.75105.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 125 (49.22% from 255) = 36.44%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=23.91%
G=36.44%
B=39.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821251360.400.0800.47192.2224.7742.75
Hex527D8828802Fc0192b
Octal12217521050100573003153
Binary1010010111110110001000101000100001011111100000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,125,136); }

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

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

 a { background-color: rgb(82,125,136); }

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

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

 span { border-color: rgb(82,125,136); }

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