#548CC6

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

Shades of Danube #548CC6

Tints of Danube #548CC6

Color information

#548CC6 (or 0x548CC6) is unknown color: approx Danube. HEX triplet: 54, 8C and C6. RGB value is (84,140,198). Sum of RGB (Red+Green+Blue) = 84+140+198=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #548CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548CC6 is #AB7339. Grayscale: #818181. Windows color (decimal): -11236154 or 13012052. OLE color: 13012052.

HSL color Cylindrical-coordinate representation of color #548CC6: hue angle of 210.53º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #548CC6 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84140198-
CMYK0.580.2900.22
HSL210.53º50%55.29%-
HSV(B)210.53º57.58%77.65%-
XYZ23.2324.7256.97-
YUV129.87166.4595.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.91%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 198 (77.73% from 255) = 46.92%
R=19.91%
G=33.18%
B=46.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841401980.580.2900.22210.535055.29
Hex548CC63A1D016d33237
Octal12421430672350263236267
Binary101010010001100110001101110101110101011011010011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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