#548DB7

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

Shades of Danube #548DB7

Tints of Danube #548DB7

Color information

#548DB7 (or 0x548DB7) is unknown color: approx Danube. HEX triplet: 54, 8D and B7. RGB value is (84,141,183). Sum of RGB (Red+Green+Blue) = 84+141+183=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #548DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DB7 is #AB7248. Grayscale: #808080. Windows color (decimal): -11235913 or 12029268. OLE color: 12029268.

HSL color Cylindrical-coordinate representation of color #548DB7: hue angle of 205.45º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #548DB7 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB84141183-
CMYK0.540.2300.28
HSL205.45º40.74%52.35%-
HSV(B)205.45º54.1%71.76%-
XYZ21.7324.3548.36-
YUV128.74158.6296.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 183 (71.88% from 255) = 44.85%
R=20.59%
G=34.56%
B=44.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal841411830.540.2300.28205.4540.7452.35
Hex548DB7361701Ccd2934
Octal12421526766270343155164
Binary101010010001101101101111101101011101110011001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548DB7; }

 p { color: rgb(84,141,183); }

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

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

 a { background-color: rgb(84,141,183); }

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

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

 span { border-color: rgb(84,141,183); }

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