#548284

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

Shades of Paradiso #548284

Tints of Paradiso #548284

Color information

#548284 (or 0x548284) is unknown color: approx Paradiso. HEX triplet: 54, 82 and 84. RGB value is (84,130,132). Sum of RGB (Red+Green+Blue) = 84+130+132=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #548284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548284 is #AB7D7B. Grayscale: #747474. Windows color (decimal): -11238780 or 8684116. OLE color: 8684116.

HSL color Cylindrical-coordinate representation of color #548284: hue angle of 182.5º 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 #548284 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84130132-
CMYK0.360.0200.48
HSL182.5º22.22%42.35%-
HSV(B)182.5º36.36%51.76%-
XYZ15.819.5224.76-
YUV116.47136.76104.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=24.28%
G=37.57%
B=38.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841301320.360.0200.48182.522.2242.35
Hex548284242030b6162a
Octal1242022044420602662652
Binary101010010000010100001001001001001100001011011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548284; }

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

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

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

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

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

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

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

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