#52777D

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

Shades of Paradiso #52777D

Tints of Paradiso #52777D

Color information

#52777D (or 0x52777D) is unknown color: approx Paradiso. HEX triplet: 52, 77 and 7D. RGB value is (82,119,125). Sum of RGB (Red+Green+Blue) = 82+119+125=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #52777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52777D is #AD8882. Grayscale: #6C6C6C. Windows color (decimal): -11372675 or 8222546. OLE color: 8222546.

HSL color Cylindrical-coordinate representation of color #52777D: hue angle of 188.37º 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 #52777D is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82119125-
CMYK0.340.0500.51
HSL188.37º20.77%40.59%-
HSV(B)188.37º34.4%49.02%-
XYZ13.7816.4721.85-
YUV108.62137.24109.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 119 (46.88% from 255) = 36.50%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=25.15%
G=36.50%
B=38.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821191250.340.0500.51188.3720.7740.59
Hex52777D225033bc1529
Octal1221671754250632742551
Binary10100101110111111110110001010101100111011110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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