#547D84

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

Shades of Paradiso #547D84

Tints of Paradiso #547D84

Color information

#547D84 (or 0x547D84) is unknown color: approx Paradiso. HEX triplet: 54, 7D and 84. RGB value is (84,125,132). Sum of RGB (Red+Green+Blue) = 84+125+132=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #547D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D84 is #AB827B. Grayscale: #717171. Windows color (decimal): -11240060 or 8682836. OLE color: 8682836.

HSL color Cylindrical-coordinate representation of color #547D84: hue angle of 188.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #547D84 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84125132-
CMYK0.360.0500.48
HSL188.75º22.22%42.35%-
HSV(B)188.75º36.36%51.76%-
XYZ15.1518.2224.55-
YUV113.54138.42106.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=24.63%
G=36.66%
B=38.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841251320.360.0500.48188.7522.2242.35
Hex547D84245030bd162a
Octal1241752044450602752652
Binary101010011111011000010010010010101100001011110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,125,132); }

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

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

 a { background-color: rgb(84,125,132); }

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

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

 span { border-color: rgb(84,125,132); }

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