#547F81

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

Shades of Paradiso #547F81

Tints of Paradiso #547F81

Color information

#547F81 (or 0x547F81) is unknown color: approx Paradiso. HEX triplet: 54, 7F and 81. RGB value is (84,127,129). Sum of RGB (Red+Green+Blue) = 84+127+129=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #547F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547F81 is #AB807E. Grayscale: #727272. Windows color (decimal): -11239551 or 8486740. OLE color: 8486740.

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

Color convert

RGB84127129-
CMYK0.350.0200.49
HSL182.67º21.13%41.76%-
HSV(B)182.67º34.88%50.59%-
XYZ15.2118.6523.57-
YUV114.37136.25106.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 129 (50.78% from 255) = 37.94%
R=24.71%
G=37.35%
B=37.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841271290.350.0200.49182.6721.1341.76
Hex547F81232031b7152a
Octal1241772014320612672552
Binary10101001111111100000011000111001100011011011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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