#548EBD

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

Shades of Danube #548EBD

Tints of Danube #548EBD

Color information

#548EBD (or 0x548EBD) is unknown color: approx Danube. HEX triplet: 54, 8E and BD. RGB value is (84,142,189). Sum of RGB (Red+Green+Blue) = 84+142+189=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #548EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EBD is #AB7142. Grayscale: #818181. Windows color (decimal): -11235651 or 12422740. OLE color: 12422740.

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

Color convert

RGB84142189-
CMYK0.560.2500.26
HSL206.86º44.3%53.53%-
HSV(B)206.86º55.56%74.12%-
XYZ22.5124.951.76-
YUV130.02161.2895.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.24%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=20.24%
G=34.22%
B=45.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841421890.560.2500.26206.8644.353.53
Hex548EBD381901Acf2c36
Octal12421627570310323175466
Binary101010010001110101111011110001100101101011001111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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