#548EBF

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

Shades of Danube #548EBF

Tints of Danube #548EBF

Color information

#548EBF (or 0x548EBF) is unknown color: approx Danube. HEX triplet: 54, 8E and BF. RGB value is (84,142,191). Sum of RGB (Red+Green+Blue) = 84+142+191=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #548EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EBF is #AB7140. Grayscale: #818181. Windows color (decimal): -11235649 or 12553812. OLE color: 12553812.

HSL color Cylindrical-coordinate representation of color #548EBF: hue angle of 207.48º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #548EBF is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84142191-
CMYK0.560.2600.25
HSL207.48º45.53%53.92%-
HSV(B)207.48º56.02%74.9%-
XYZ22.7324.9952.92-
YUV130.24162.2895.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.14%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 191 (75% from 255) = 45.80%
R=20.14%
G=34.05%
B=45.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841421910.560.2600.25207.4845.5353.92
Hex548EBF381A019cf2e36
Octal12421627770320313175666
Binary101010010001110101111111110001101001100111001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,142,191); }

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

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

 a { background-color: rgb(84,142,191); }

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

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

 span { border-color: rgb(84,142,191); }

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