#547AD0

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

Shades of Havelock Blue #547AD0

Tints of Havelock Blue #547AD0

Color information

#547AD0 (or 0x547AD0) is unknown color: approx Havelock Blue. HEX triplet: 54, 7A and D0. RGB value is (84,122,208). Sum of RGB (Red+Green+Blue) = 84+122+208=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #547AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AD0 is #AB852F. Grayscale: #787878. Windows color (decimal): -11240752 or 13662804. OLE color: 13662804.

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

Color convert

RGB84122208-
CMYK0.600.4100.18
HSL221.61º56.88%57.25%-
HSV(B)221.61º59.62%81.57%-
XYZ2220.3662.44-
YUV120.44177.41102.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.29%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 208 (81.64% from 255) = 50.24%
R=20.29%
G=29.47%
B=50.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841222080.600.4100.18221.6156.8857.25
Hex547AD03C29012de3939
Octal12417232074510223367171
Binary101010011110101101000011110010100101001011011110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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