#547B81

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

Shades of Paradiso #547B81

Tints of Paradiso #547B81

Color information

#547B81 (or 0x547B81) is unknown color: approx Paradiso. HEX triplet: 54, 7B and 81. RGB value is (84,123,129). Sum of RGB (Red+Green+Blue) = 84+123+129=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 129 - color contains mainly: blue. Hex color #547B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B81 is #AB847E. Grayscale: #6F6F6F. Windows color (decimal): -11240575 or 8485716. OLE color: 8485716.

HSL color Cylindrical-coordinate representation of color #547B81: hue angle of 188º 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 #547B81 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB84123129-
CMYK0.350.0500.49
HSL188º21.13%41.76%-
HSV(B)188º34.88%50.59%-
XYZ14.717.6423.4-
YUV112.02137.58108.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=25%
G=36.61%
B=38.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841231290.350.0500.4918821.1341.76
Hex547B81235031bc152a
Octal1241732014350612742552
Binary101010011110111000000110001110101100011011110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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