#52777E

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

Shades of Paradiso #52777E

Tints of Paradiso #52777E

Color information

#52777E (or 0x52777E) is unknown color: approx Paradiso. HEX triplet: 52, 77 and 7E. RGB value is (82,119,126). Sum of RGB (Red+Green+Blue) = 82+119+126=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 126 - color contains mainly: blue. Hex color #52777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52777E is #AD8881. Grayscale: #6C6C6C. Windows color (decimal): -11372674 or 8288082. OLE color: 8288082.

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

Color convert

RGB82119126-
CMYK0.350.0600.51
HSL189.55º21.15%40.78%-
HSV(B)189.55º34.92%49.41%-
XYZ13.8416.4922.19-
YUV108.74137.74108.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=25.08%
G=36.39%
B=38.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821191260.350.0600.51189.5521.1540.78
Hex52777E236033be1529
Octal1221671764360632762551
Binary10100101110111111111010001111001100111011111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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