#548ABE

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

Shades of Danube #548ABE

Tints of Danube #548ABE

Color information

#548ABE (or 0x548ABE) is unknown color: approx Danube. HEX triplet: 54, 8A and BE. RGB value is (84,138,190). Sum of RGB (Red+Green+Blue) = 84+138+190=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #548ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ABE is #AB7541. Grayscale: #7F7F7F. Windows color (decimal): -11236674 or 12487252. OLE color: 12487252.

HSL color Cylindrical-coordinate representation of color #548ABE: hue angle of 209.43º degrees, saturation: 0.45, 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 #548ABE is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84138190-
CMYK0.560.2700.25
HSL209.43º44.92%53.73%-
HSV(B)209.43º55.79%74.51%-
XYZ22.0423.7852.14-
YUV127.78163.1196.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.39%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=20.39%
G=33.50%
B=46.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841381900.560.2700.25209.4344.9253.73
Hex548ABE381B019d12d36
Octal12421227670330313215566
Binary101010010001010101111101110001101101100111010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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