#548fb9

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

Shades of Danube #548FB9

Tints of Danube #548FB9

Color information

#548FB9 (or 0x548FB9) is unknown color: approx Danube. HEX triplet: 54, 8F and B9. RGB value is (84,143,185). Sum of RGB (Red+Green+Blue) = 84+143+185=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #548FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548FB9 is #AB7046. Grayscale: #818181. Windows color (decimal): -11235399 or 12160852. OLE color: 12160852.

HSL color Cylindrical-coordinate representation of color #548FB9: hue angle of 204.95º 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 #548FB9 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84143185-
CMYK0.550.2300.27
HSL204.95º41.91%52.75%-
HSV(B)204.95º54.59%72.55%-
XYZ22.2425.0349.56-
YUV130.15158.9595.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.39%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=20.39%
G=34.71%
B=44.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841431850.550.2300.27204.9541.9152.75
Hex548FB9371701Bcd2a35
Octal12421727167270333155265
Binary101010010001111101110011101111011101101111001101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548fb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,143,185); }

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

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

 a { background-color: rgb(84,143,185); }

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

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

 span { border-color: rgb(84,143,185); }

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