#548DC5

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

Shades of Danube #548DC5

Tints of Danube #548DC5

Color information

#548DC5 (or 0x548DC5) is unknown color: approx Danube. HEX triplet: 54, 8D and C5. RGB value is (84,141,197). Sum of RGB (Red+Green+Blue) = 84+141+197=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #548DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DC5 is #AB723A. Grayscale: #828282. Windows color (decimal): -11235899 or 12946772. OLE color: 12946772.

HSL color Cylindrical-coordinate representation of color #548DC5: hue angle of 209.73º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #548DC5 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB84141197-
CMYK0.570.2800.23
HSL209.73º49.34%55.1%-
HSV(B)209.73º57.36%77.25%-
XYZ23.2624.9756.42-
YUV130.34165.6294.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.91%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 197 (77.34% from 255) = 46.68%
R=19.91%
G=33.41%
B=46.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841411970.570.2800.23209.7349.3455.1
Hex548DC5391C017d23137
Octal12421530571340273226167
Binary101010010001101110001011110011110001011111010010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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