#547E88

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

Shades of Paradiso #547E88

Tints of Paradiso #547E88

Color information

#547E88 (or 0x547E88) is unknown color: approx Paradiso. HEX triplet: 54, 7E and 88. RGB value is (84,126,136). Sum of RGB (Red+Green+Blue) = 84+126+136=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #547E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E88 is #AB8177. Grayscale: #727272. Windows color (decimal): -11239800 or 8945236. OLE color: 8945236.

HSL color Cylindrical-coordinate representation of color #547E88: hue angle of 191.54º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547E88 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84126136-
CMYK0.380.0700.47
HSL191.54º23.64%43.14%-
HSV(B)191.54º38.24%53.33%-
XYZ15.5618.5826.06-
YUV114.58140.09106.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=24.28%
G=36.42%
B=39.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841261360.380.0700.47191.5423.6443.14
Hex547E8826702Fc0182b
Octal1241762104670573003053
Binary101010011111101000100010011011101011111100000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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