#548ACC

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

Shades of Havelock Blue #548ACC

Tints of Havelock Blue #548ACC

Color information

#548ACC (or 0x548ACC) is unknown color: approx Havelock Blue. HEX triplet: 54, 8A and CC. RGB value is (84,138,204). Sum of RGB (Red+Green+Blue) = 84+138+204=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #548ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ACC is #AB7533. Grayscale: #818181. Windows color (decimal): -11236660 or 13404756. OLE color: 13404756.

HSL color Cylindrical-coordinate representation of color #548ACC: hue angle of 213º degrees, saturation: 0.54, 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 #548ACC is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84138204-
CMYK0.590.3200.2
HSL213º54.05%56.47%-
HSV(B)213º58.82%80%-
XYZ23.6424.4260.59-
YUV129.38170.1195.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.72%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 204 (80.08% from 255) = 47.89%
R=19.72%
G=32.39%
B=47.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841382040.590.3200.221354.0556.47
Hex548ACC3B20014d53638
Octal12421231473400243256670
Binary1010100100010101100110011101110000001010011010101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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