#548ECE

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

Shades of Danube #548ECE

Tints of Danube #548ECE

Color information

#548ECE (or 0x548ECE) is unknown color: approx Danube. HEX triplet: 54, 8E and CE. RGB value is (84,142,206). Sum of RGB (Red+Green+Blue) = 84+142+206=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #548ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ECE is #AB7131. Grayscale: #838383. Windows color (decimal): -11235634 or 13536852. OLE color: 13536852.

HSL color Cylindrical-coordinate representation of color #548ECE: hue angle of 211.48º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548ECE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84142206-
CMYK0.590.3100.19
HSL211.48º55.45%56.86%-
HSV(B)211.48º59.22%80.78%-
XYZ24.4725.6962.06-
YUV131.95169.7893.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.44%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=19.44%
G=32.87%
B=47.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841422060.590.3100.19211.4855.4556.86
Hex548ECE3B1F013d33739
Octal12421631673370233236771
Binary101010010001110110011101110111111101001111010011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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