#548ABC

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

Shades of Danube #548ABC

Tints of Danube #548ABC

Color information

#548ABC (or 0x548ABC) is unknown color: approx Danube. HEX triplet: 54, 8A and BC. RGB value is (84,138,188). Sum of RGB (Red+Green+Blue) = 84+138+188=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #548ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ABC is #AB7543. Grayscale: #7F7F7F. Windows color (decimal): -11236676 or 12356180. OLE color: 12356180.

HSL color Cylindrical-coordinate representation of color #548ABC: hue angle of 208.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #548ABC is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84138188-
CMYK0.550.2700.26
HSL208.85º43.7%53.33%-
HSV(B)208.85º55.32%73.73%-
XYZ21.8223.6951-
YUV127.55162.1196.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.49%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=20.49%
G=33.66%
B=45.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841381880.550.2700.26208.8543.753.33
Hex548ABC371B01Ad12c35
Octal12421227467330323215465
Binary101010010001010101111001101111101101101011010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,138,188); }

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

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

 a { background-color: rgb(84,138,188); }

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

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

 span { border-color: rgb(84,138,188); }

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