#548ED3

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

Shades of Danube #548ED3

Tints of Danube #548ED3

Color information

#548ED3 (or 0x548ED3) is unknown color: approx Danube. HEX triplet: 54, 8E and D3. RGB value is (84,142,211). Sum of RGB (Red+Green+Blue) = 84+142+211=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #548ED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ED3 is #AB712C. Grayscale: #848484. Windows color (decimal): -11235629 or 13864532. OLE color: 13864532.

HSL color Cylindrical-coordinate representation of color #548ED3: hue angle of 212.6º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #548ED3 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB84142211-
CMYK0.600.3300.17
HSL212.6º59.07%57.84%-
HSV(B)212.6º60.19%82.75%-
XYZ25.0925.9365.31-
YUV132.52172.2893.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.22%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 211 (82.81% from 255) = 48.28%
R=19.22%
G=32.49%
B=48.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal841422110.600.3300.17212.659.0757.84
Hex548ED33C21011d53b3a
Octal12421632374410213257372
Binary1010100100011101101001111110010000101000111010101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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