#527F85

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

Shades of Paradiso #527F85

Tints of Paradiso #527F85

Color information

#527F85 (or 0x527F85) is unknown color: approx Paradiso. HEX triplet: 52, 7F and 85. RGB value is (82,127,133). Sum of RGB (Red+Green+Blue) = 82+127+133=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #527F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527F85 is #AD807A. Grayscale: #727272. Windows color (decimal): -11370619 or 8748882. OLE color: 8748882.

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

Color convert

RGB82127133-
CMYK0.380.0500.48
HSL187.06º23.72%42.16%-
HSV(B)187.06º38.35%52.16%-
XYZ15.318.6724.99-
YUV114.23138.59105.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=23.98%
G=37.13%
B=38.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821271330.380.0500.48187.0623.7242.16
Hex527F85265030bb182a
Octal1221772054650602733052
Binary101001011111111000010110011010101100001011101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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