#547E85

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

Shades of Paradiso #547E85

Tints of Paradiso #547E85

Color information

#547E85 (or 0x547E85) is unknown color: approx Paradiso. HEX triplet: 54, 7E and 85. RGB value is (84,126,133). Sum of RGB (Red+Green+Blue) = 84+126+133=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #547E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E85 is #AB817A. Grayscale: #727272. Windows color (decimal): -11239803 or 8748628. OLE color: 8748628.

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

Color convert

RGB84126133-
CMYK0.370.0500.48
HSL188.57º22.58%42.55%-
HSV(B)188.57º36.84%52.16%-
XYZ15.3518.524.95-
YUV114.24138.59106.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 126 (49.61% from 255) = 36.73%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=24.49%
G=36.73%
B=38.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841261330.370.0500.48188.5722.5842.55
Hex547E85255030bd172b
Octal1241762054550602752753
Binary101010011111101000010110010110101100001011110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,126,133); }

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

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

 a { background-color: rgb(84,126,133); }

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

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

 span { border-color: rgb(84,126,133); }

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