#548487

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

Shades of Paradiso #548487

Tints of Paradiso #548487

Color information

#548487 (or 0x548487) is unknown color: approx Paradiso. HEX triplet: 54, 84 and 87. RGB value is (84,132,135). Sum of RGB (Red+Green+Blue) = 84+132+135=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #548487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548487 is #AB7B78. Grayscale: #757575. Windows color (decimal): -11238265 or 8881236. OLE color: 8881236.

HSL color Cylindrical-coordinate representation of color #548487: hue angle of 183.53º degrees, saturation: 0.23, 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 #548487 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84132135-
CMYK0.380.0200.47
HSL183.53º23.29%42.94%-
HSV(B)183.53º37.78%52.94%-
XYZ16.2820.1425.95-
YUV117.99137.6103.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.93%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=23.93%
G=37.61%
B=38.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841321350.380.0200.47183.5323.2942.94
Hex54848726202Fb8172b
Octal1242042074620572702753
Binary101010010000100100001111001101001011111011100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548487; }

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

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

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

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

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

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

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

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