#547C80

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

Shades of Paradiso #547C80

Tints of Paradiso #547C80

Color information

#547C80 (or 0x547C80) is unknown color: approx Paradiso. HEX triplet: 54, 7C and 80. RGB value is (84,124,128). Sum of RGB (Red+Green+Blue) = 84+124+128=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #547C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C80 is #AB837F. Grayscale: #707070. Windows color (decimal): -11240320 or 8420436. OLE color: 8420436.

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

Color convert

RGB84124128-
CMYK0.340.0300.50
HSL185.45º20.75%41.57%-
HSV(B)185.45º34.38%50.2%-
XYZ14.7617.8623.09-
YUV112.5136.75107.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 124 (48.83% from 255) = 36.90%
BLUE value IS 128 (50.39% from 255) = 38.10%
R=25%
G=36.90%
B=38.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal841241280.340.0300.50185.4520.7541.57
Hex547C80223032b9152a
Octal1241742004230622712552
Binary10101001111100100000001000101101100101011100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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