#548087

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

Shades of Paradiso #548087

Tints of Paradiso #548087

Color information

#548087 (or 0x548087) is unknown color: approx Paradiso. HEX triplet: 54, 80 and 87. RGB value is (84,128,135). Sum of RGB (Red+Green+Blue) = 84+128+135=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #548087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548087 is #AB7F78. Grayscale: #737373. Windows color (decimal): -11239289 or 8880212. OLE color: 8880212.

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

Color convert

RGB84128135-
CMYK0.380.0500.47
HSL188.24º23.29%42.94%-
HSV(B)188.24º37.78%52.94%-
XYZ15.7519.0725.77-
YUV115.64138.92105.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=24.21%
G=36.89%
B=38.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841281350.380.0500.47188.2423.2942.94
Hex54808726502Fbc172b
Octal1242002074650572742753
Binary1010100100000001000011110011010101011111011110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548087; }

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

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

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

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

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

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

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

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