#547ad6

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

Shades of Havelock Blue #547AD6

Tints of Havelock Blue #547AD6

Color information

#547AD6 (or 0x547AD6) is unknown color: approx Havelock Blue. HEX triplet: 54, 7A and D6. RGB value is (84,122,214). Sum of RGB (Red+Green+Blue) = 84+122+214=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #547AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AD6 is #AB8529. Grayscale: #787878. Windows color (decimal): -11240746 or 14056020. OLE color: 14056020.

HSL color Cylindrical-coordinate representation of color #547AD6: hue angle of 222.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #547AD6 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84122214-
CMYK0.610.4300.16
HSL222.46º61.32%58.43%-
HSV(B)222.46º60.75%83.92%-
XYZ22.7520.6666.41-
YUV121.13180.41101.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 214 (83.98% from 255) = 50.95%
R=20%
G=29.05%
B=50.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841222140.610.4300.16222.4661.3258.43
Hex547AD63D2B010de3d3a
Octal12417232675530203367572
Binary101010011110101101011011110110101101000011011110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547ad6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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