#548DC1

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

Shades of Danube #548DC1

Tints of Danube #548DC1

Color information

#548DC1 (or 0x548DC1) is unknown color: approx Danube. HEX triplet: 54, 8D and C1. RGB value is (84,141,193). Sum of RGB (Red+Green+Blue) = 84+141+193=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #548DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DC1 is #AB723E. Grayscale: #818181. Windows color (decimal): -11235903 or 12684628. OLE color: 12684628.

HSL color Cylindrical-coordinate representation of color #548DC1: hue angle of 208.62º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #548DC1 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84141193-
CMYK0.560.2700.24
HSL208.62º46.78%54.31%-
HSV(B)208.62º56.48%75.69%-
XYZ22.8124.7854.03-
YUV129.88163.6295.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.10%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 193 (75.78% from 255) = 46.17%
R=20.10%
G=33.73%
B=46.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841411930.560.2700.24208.6246.7854.31
Hex548DC1381B018d12f36
Octal12421530170330303215766
Binary101010010001101110000011110001101101100011010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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