#548CCA

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

Shades of Danube #548CCA

Tints of Danube #548CCA

Color information

#548CCA (or 0x548CCA) is unknown color: approx Danube. HEX triplet: 54, 8C and CA. RGB value is (84,140,202). Sum of RGB (Red+Green+Blue) = 84+140+202=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #548CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548CCA is #AB7335. Grayscale: #828282. Windows color (decimal): -11236150 or 13274196. OLE color: 13274196.

HSL color Cylindrical-coordinate representation of color #548CCA: hue angle of 211.53º 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 #548CCA is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84140202-
CMYK0.580.3100.21
HSL211.53º52.68%56.08%-
HSV(B)211.53º58.42%79.22%-
XYZ23.6924.9159.44-
YUV130.32168.4594.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.72%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=19.72%
G=32.86%
B=47.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841402020.580.3100.21211.5352.6856.08
Hex548CCA3A1F015d43538
Octal12421431272370253246570
Binary101010010001100110010101110101111101010111010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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