#577C80

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

Shades of Paradiso #577C80

Tints of Paradiso #577C80

Color information

#577C80 (or 0x577C80) is unknown color: approx Paradiso. HEX triplet: 57, 7C and 80. RGB value is (87,124,128). Sum of RGB (Red+Green+Blue) = 87+124+128=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #577C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577C80 is #A8837F. Grayscale: #717171. Windows color (decimal): -11043712 or 8420439. OLE color: 8420439.

HSL color Cylindrical-coordinate representation of color #577C80: hue angle of 185.85º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #577C80 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB87124128-
CMYK0.320.0300.50
HSL185.85º19.07%42.16%-
HSV(B)185.85º32.03%50.2%-
XYZ15.031823.1-
YUV113.39136.24109.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=25.66%
G=36.58%
B=37.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871241280.320.0300.50185.8519.0742.16
Hex577C80203032ba132a
Octal1271742004030622722352
Binary10101111111100100000001000001101100101011101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577C80; }

 p { color: rgb(87,124,128); }

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

<style>
 a { background-color: #577C80; }

 a { background-color: rgb(87,124,128); }

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

<style>
 span { border-color: #577C80; }

 span { border-color: rgb(87,124,128); }

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