#548287

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

Shades of Paradiso #548287

Tints of Paradiso #548287

Color information

#548287 (or 0x548287) is unknown color: approx Paradiso. HEX triplet: 54, 82 and 87. RGB value is (84,130,135). Sum of RGB (Red+Green+Blue) = 84+130+135=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #548287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548287 is #AB7D78. Grayscale: #747474. Windows color (decimal): -11238777 or 8880724. OLE color: 8880724.

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

Color convert

RGB84130135-
CMYK0.380.0400.47
HSL185.88º23.29%42.94%-
HSV(B)185.88º37.78%52.94%-
XYZ16.0119.625.86-
YUV116.82138.26104.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 135 (53.12% from 255) = 38.68%
R=24.07%
G=37.25%
B=38.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841301350.380.0400.47185.8823.2942.94
Hex54828726402Fba172b
Octal1242022074640572722753
Binary1010100100000101000011110011010001011111011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548287; }

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

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

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

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

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

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

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

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