#52797D

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

Shades of Paradiso #52797D

Tints of Paradiso #52797D

Color information

#52797D (or 0x52797D) is unknown color: approx Paradiso. HEX triplet: 52, 79 and 7D. RGB value is (82,121,125). Sum of RGB (Red+Green+Blue) = 82+121+125=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #52797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52797D is #AD8682. Grayscale: #6D6D6D. Windows color (decimal): -11372163 or 8223058. OLE color: 8223058.

HSL color Cylindrical-coordinate representation of color #52797D: hue angle of 185.58º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52797D is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82121125-
CMYK0.340.0300.51
HSL185.58º20.77%40.59%-
HSV(B)185.58º34.4%49.02%-
XYZ14.0216.9521.93-
YUV109.8136.58108.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=25%
G=36.89%
B=38.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821211250.340.0300.51185.5820.7740.59
Hex52797D223033ba1529
Octal1221711754230632722551
Binary1010010111100111111011000101101100111011101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52797D; }

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

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

<style>
 a { background-color: #52797D; }

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

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

<style>
 span { border-color: #52797D; }

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

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