#547F84

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

Shades of Paradiso #547F84

Tints of Paradiso #547F84

Color information

#547F84 (or 0x547F84) is unknown color: approx Paradiso. HEX triplet: 54, 7F and 84. RGB value is (84,127,132). Sum of RGB (Red+Green+Blue) = 84+127+132=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #547F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547F84 is #AB807B. Grayscale: #727272. Windows color (decimal): -11239548 or 8683348. OLE color: 8683348.

HSL color Cylindrical-coordinate representation of color #547F84: hue angle of 186.25º 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 #547F84 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84127132-
CMYK0.360.0400.48
HSL186.25º22.22%42.35%-
HSV(B)186.25º36.36%51.76%-
XYZ15.4118.7324.63-
YUV114.71137.75106.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=24.49%
G=37.03%
B=38.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841271320.360.0400.48186.2522.2242.35
Hex547F84244030ba162a
Octal1241772044440602722652
Binary101010011111111000010010010010001100001011101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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