#52787F

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

Shades of Paradiso #52787F

Tints of Paradiso #52787F

Color information

#52787F (or 0x52787F) is unknown color: approx Paradiso. HEX triplet: 52, 78 and 7F. RGB value is (82,120,127). Sum of RGB (Red+Green+Blue) = 82+120+127=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #52787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52787F is #AD8780. Grayscale: #6D6D6D. Windows color (decimal): -11372417 or 8353874. OLE color: 8353874.

HSL color Cylindrical-coordinate representation of color #52787F: hue angle of 189.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52787F is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB82120127-
CMYK0.350.0600.50
HSL189.33º21.53%40.98%-
HSV(B)189.33º35.43%49.8%-
XYZ14.0316.7622.57-
YUV109.44137.91108.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 127 (50% from 255) = 38.60%
R=24.92%
G=36.47%
B=38.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821201270.350.0600.50189.3321.5340.98
Hex52787F236032bd1629
Octal1221701774360622752651
Binary10100101111000111111110001111001100101011110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52787F; }

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

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

<style>
 a { background-color: #52787F; }

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

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

<style>
 span { border-color: #52787F; }

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

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