#548BBA

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

Shades of Danube #548BBA

Tints of Danube #548BBA

Color information

#548BBA (or 0x548BBA) is unknown color: approx Danube. HEX triplet: 54, 8B and BA. RGB value is (84,139,186). Sum of RGB (Red+Green+Blue) = 84+139+186=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #548BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548BBA is #AB7445. Grayscale: #7F7F7F. Windows color (decimal): -11236422 or 12225364. OLE color: 12225364.

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

Color convert

RGB84139186-
CMYK0.550.2500.27
HSL207.65º42.5%52.94%-
HSV(B)207.65º54.84%72.94%-
XYZ21.7523.949.92-
YUV127.91160.7896.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=20.54%
G=33.99%
B=45.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841391860.550.2500.27207.6542.552.94
Hex548BBA371901Bd02a35
Octal12421327267310333205265
Binary101010010001011101110101101111100101101111010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,139,186); }

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

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

 a { background-color: rgb(84,139,186); }

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

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

 span { border-color: rgb(84,139,186); }

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