#548088

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

Shades of Paradiso #548088

Tints of Paradiso #548088

Color information

#548088 (or 0x548088) is unknown color: approx Paradiso. HEX triplet: 54, 80 and 88. RGB value is (84,128,136). Sum of RGB (Red+Green+Blue) = 84+128+136=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #548088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548088 is #AB7F77. Grayscale: #737373. Windows color (decimal): -11239288 or 8945748. OLE color: 8945748.

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

Color convert

RGB84128136-
CMYK0.380.0600.47
HSL189.23º23.64%43.14%-
HSV(B)189.23º38.24%53.33%-
XYZ15.8219.126.15-
YUV115.76139.42105.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=24.14%
G=36.78%
B=39.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841281360.380.0600.47189.2323.6443.14
Hex54808826602Fbd182b
Octal1242002104660572753053
Binary1010100100000001000100010011011001011111011110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548088; }

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

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

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

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

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

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

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

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