#548AD1

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

Shades of Havelock Blue #548AD1

Tints of Havelock Blue #548AD1

Color information

#548AD1 (or 0x548AD1) is unknown color: approx Havelock Blue. HEX triplet: 54, 8A and D1. RGB value is (84,138,209). Sum of RGB (Red+Green+Blue) = 84+138+209=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #548AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548AD1 is #AB752E. Grayscale: #818181. Windows color (decimal): -11236655 or 13732436. OLE color: 13732436.

HSL color Cylindrical-coordinate representation of color #548AD1: hue angle of 214.08º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #548AD1 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84138209-
CMYK0.600.3400.18
HSL214.08º57.6%57.45%-
HSV(B)214.08º59.81%81.96%-
XYZ24.2524.6763.8-
YUV129.95172.6195.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.49%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 209 (82.03% from 255) = 48.49%
R=19.49%
G=32.02%
B=48.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841382090.600.3400.18214.0857.657.45
Hex548AD13C22012d63a39
Octal12421232174420223267271
Binary1010100100010101101000111110010001001001011010110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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