#548CCB

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

Shades of Danube #548CCB

Tints of Danube #548CCB

Color information

#548CCB (or 0x548CCB) is unknown color: approx Danube. HEX triplet: 54, 8C and CB. RGB value is (84,140,203). Sum of RGB (Red+Green+Blue) = 84+140+203=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #548CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548CCB is #AB7334. Grayscale: #828282. Windows color (decimal): -11236149 or 13339732. OLE color: 13339732.

HSL color Cylindrical-coordinate representation of color #548CCB: hue angle of 211.76º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548CCB is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84140203-
CMYK0.590.3100.20
HSL211.76º53.36%56.27%-
HSV(B)211.76º58.62%79.61%-
XYZ23.8124.9560.06-
YUV130.44168.9594.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.67%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=19.67%
G=32.79%
B=47.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841402030.590.3100.20211.7653.3656.27
Hex548CCB3B1F014d43538
Octal12421431373370243246570
Binary101010010001100110010111110111111101010011010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,140,203); }

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

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

 a { background-color: rgb(84,140,203); }

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

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

 span { border-color: rgb(84,140,203); }

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