#548EBA

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

Shades of Danube #548EBA

Tints of Danube #548EBA

Color information

#548EBA (or 0x548EBA) is unknown color: approx Danube. HEX triplet: 54, 8E and BA. RGB value is (84,142,186). Sum of RGB (Red+Green+Blue) = 84+142+186=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #548EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EBA is #AB7145. Grayscale: #818181. Windows color (decimal): -11235654 or 12226132. OLE color: 12226132.

HSL color Cylindrical-coordinate representation of color #548EBA: hue angle of 205.88º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #548EBA is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84142186-
CMYK0.550.2400.27
HSL205.88º42.5%52.94%-
HSV(B)205.88º54.84%72.94%-
XYZ22.1924.7850.07-
YUV129.67159.7895.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.39%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=20.39%
G=34.47%
B=45.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841421860.550.2400.27205.8842.552.94
Hex548EBA371801Bce2a35
Octal12421627267300333165265
Binary101010010001110101110101101111100001101111001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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