#548EBC

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

Shades of Danube #548EBC

Tints of Danube #548EBC

Color information

#548EBC (or 0x548EBC) is unknown color: approx Danube. HEX triplet: 54, 8E and BC. RGB value is (84,142,188). Sum of RGB (Red+Green+Blue) = 84+142+188=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #548EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EBC is #AB7143. Grayscale: #818181. Windows color (decimal): -11235652 or 12357204. OLE color: 12357204.

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

Color convert

RGB84142188-
CMYK0.550.2400.26
HSL206.54º43.7%53.33%-
HSV(B)206.54º55.32%73.73%-
XYZ22.4124.8651.19-
YUV129.9160.7895.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.29%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=20.29%
G=34.30%
B=45.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841421880.550.2400.26206.5443.753.33
Hex548EBC371801Acf2c35
Octal12421627467300323175465
Binary101010010001110101111001101111100001101011001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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