#548BD0

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

Shades of Havelock Blue #548BD0

Tints of Havelock Blue #548BD0

Color information

#548BD0 (or 0x548BD0) is unknown color: approx Havelock Blue. HEX triplet: 54, 8B and D0. RGB value is (84,139,208). Sum of RGB (Red+Green+Blue) = 84+139+208=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #548BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548BD0 is #AB742F. Grayscale: #828282. Windows color (decimal): -11236400 or 13667156. OLE color: 13667156.

HSL color Cylindrical-coordinate representation of color #548BD0: hue angle of 213.39º degrees, saturation: 0.57, 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 #548BD0 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84139208-
CMYK0.600.3300.18
HSL213.39º56.88%57.25%-
HSV(B)213.39º59.62%81.57%-
XYZ24.2724.963.2-
YUV130.42171.7894.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.49%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 208 (81.64% from 255) = 48.26%
R=19.49%
G=32.25%
B=48.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841392080.600.3300.18213.3956.8857.25
Hex548BD03C21012d53939
Octal12421332074410223257171
Binary1010100100010111101000011110010000101001011010101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,139,208); }

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

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

 a { background-color: rgb(84,139,208); }

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

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

 span { border-color: rgb(84,139,208); }

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