#548ABF

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

Shades of Danube #548ABF

Tints of Danube #548ABF

Color information

#548ABF (or 0x548ABF) is unknown color: approx Danube. HEX triplet: 54, 8A and BF. RGB value is (84,138,191). Sum of RGB (Red+Green+Blue) = 84+138+191=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #548ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ABF is #AB7540. Grayscale: #7F7F7F. Windows color (decimal): -11236673 or 12552788. OLE color: 12552788.

HSL color Cylindrical-coordinate representation of color #548ABF: hue angle of 209.72º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #548ABF is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84138191-
CMYK0.560.2800.25
HSL209.72º45.53%53.92%-
HSV(B)209.72º56.02%74.9%-
XYZ22.1523.8252.72-
YUV127.9163.6196.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.34%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 191 (75% from 255) = 46.25%
R=20.34%
G=33.41%
B=46.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841381910.560.2800.25209.7245.5353.92
Hex548ABF381C019d22e36
Octal12421227770340313225666
Binary101010010001010101111111110001110001100111010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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