#548EBE

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

Shades of Danube #548EBE

Tints of Danube #548EBE

Color information

#548EBE (or 0x548EBE) is unknown color: approx Danube. HEX triplet: 54, 8E and BE. RGB value is (84,142,190). Sum of RGB (Red+Green+Blue) = 84+142+190=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #548EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EBE is #AB7141. Grayscale: #818181. Windows color (decimal): -11235650 or 12488276. OLE color: 12488276.

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

Color convert

RGB84142190-
CMYK0.560.2500.25
HSL207.17º44.92%53.73%-
HSV(B)207.17º55.79%74.51%-
XYZ22.6224.9552.34-
YUV130.13161.7895.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.19%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=20.19%
G=34.13%
B=45.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841421900.560.2500.25207.1744.9253.73
Hex548EBE3819019cf2d36
Octal12421627670310313175566
Binary101010010001110101111101110001100101100111001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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