#548DCA

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

Shades of Danube #548DCA

Tints of Danube #548DCA

Color information

#548DCA (or 0x548DCA) is unknown color: approx Danube. HEX triplet: 54, 8D and CA. RGB value is (84,141,202). Sum of RGB (Red+Green+Blue) = 84+141+202=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #548DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DCA is #AB7235. Grayscale: #828282. Windows color (decimal): -11235894 or 13274452. OLE color: 13274452.

HSL color Cylindrical-coordinate representation of color #548DCA: hue angle of 211.02º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #548DCA is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84141202-
CMYK0.580.3000.21
HSL211.02º52.68%56.08%-
HSV(B)211.02º58.42%79.22%-
XYZ23.8425.259.48-
YUV130.91168.1294.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.67%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=19.67%
G=33.02%
B=47.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841412020.580.3000.21211.0252.6856.08
Hex548DCA3A1E015d33538
Octal12421531272360253236570
Binary101010010001101110010101110101111001010111010011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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