#548084

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

Shades of Paradiso #548084

Tints of Paradiso #548084

Color information

#548084 (or 0x548084) is unknown color: approx Paradiso. HEX triplet: 54, 80 and 84. RGB value is (84,128,132). Sum of RGB (Red+Green+Blue) = 84+128+132=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #548084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548084 is #AB7F7B. Grayscale: #737373. Windows color (decimal): -11239292 or 8683604. OLE color: 8683604.

HSL color Cylindrical-coordinate representation of color #548084: hue angle of 185º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548084 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84128132-
CMYK0.360.0300.48
HSL185º22.22%42.35%-
HSV(B)185º36.36%51.76%-
XYZ15.5418.9924.68-
YUV115.3137.42105.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=24.42%
G=37.21%
B=38.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841281320.360.0300.4818522.2242.35
Hex548084243030b9162a
Octal1242002044430602712652
Binary101010010000000100001001001001101100001011100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548084; }

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

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

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

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

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

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

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

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