#548899

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

Shades of Hippie Blue #548899

Tints of Hippie Blue #548899

Color information

#548899 (or 0x548899) is unknown color: approx Hippie Blue. HEX triplet: 54, 88 and 99. RGB value is (84,136,153). Sum of RGB (Red+Green+Blue) = 84+136+153=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #548899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548899 is #AB7766. Grayscale: #7A7A7A. Windows color (decimal): -11237223 or 10061908. OLE color: 10061908.

HSL color Cylindrical-coordinate representation of color #548899: hue angle of 194.78º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #548899 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB84136153-
CMYK0.450.1100.4
HSL194.78º29.11%46.47%-
HSV(B)194.78º45.1%60%-
XYZ18.2121.7933.38-
YUV122.39145.27100.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.52%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=22.52%
G=36.46%
B=41.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841361530.450.1100.4194.7829.1146.47
Hex5488992DB028c31d2e
Octal12421023155130503033556
Binary10101001000100010011001101101101101010001100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548899; }

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

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

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

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

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

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

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

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