#527F83

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

Shades of Paradiso #527F83

Tints of Paradiso #527F83

Color information

#527F83 (or 0x527F83) is unknown color: approx Paradiso. HEX triplet: 52, 7F and 83. RGB value is (82,127,131). Sum of RGB (Red+Green+Blue) = 82+127+131=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #527F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527F83 is #AD807C. Grayscale: #717171. Windows color (decimal): -11370621 or 8617810. OLE color: 8617810.

HSL color Cylindrical-coordinate representation of color #527F83: hue angle of 184.9º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527F83 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB82127131-
CMYK0.370.0300.49
HSL184.9º23%41.76%-
HSV(B)184.9º37.4%51.37%-
XYZ15.1718.6124.27-
YUV114137.59105.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=24.12%
G=37.35%
B=38.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821271310.370.0300.49184.92341.76
Hex527F83253031b9172a
Octal1221772034530612712752
Binary10100101111111100000111001011101100011011100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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