#548AD0

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

Shades of Havelock Blue #548AD0

Tints of Havelock Blue #548AD0

Color information

#548AD0 (or 0x548AD0) is unknown color: approx Havelock Blue. HEX triplet: 54, 8A and D0. RGB value is (84,138,208). Sum of RGB (Red+Green+Blue) = 84+138+208=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #548AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548AD0 is #AB752F. Grayscale: #818181. Windows color (decimal): -11236656 or 13666900. OLE color: 13666900.

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

Color convert

RGB84138208-
CMYK0.600.3400.18
HSL213.87º56.88%57.25%-
HSV(B)213.87º59.62%81.57%-
XYZ24.1324.6263.15-
YUV129.83172.1195.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 208 (81.64% from 255) = 48.37%
R=19.53%
G=32.09%
B=48.37%

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
Decimal841382080.600.3400.18213.8756.8857.25
Hex548AD03C22012d63939
Octal12421232074420223267171
Binary1010100100010101101000011110010001001001011010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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