#547AC3

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

Shades of Havelock Blue #547AC3

Tints of Havelock Blue #547AC3

Color information

#547AC3 (or 0x547AC3) is unknown color: approx Havelock Blue. HEX triplet: 54, 7A and C3. RGB value is (84,122,195). Sum of RGB (Red+Green+Blue) = 84+122+195=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #547AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AC3 is #AB853C. Grayscale: #767676. Windows color (decimal): -11240765 or 12810836. OLE color: 12810836.

HSL color Cylindrical-coordinate representation of color #547AC3: hue angle of 219.46º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #547AC3 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84122195-
CMYK0.570.3700.24
HSL219.46º48.05%54.71%-
HSV(B)219.46º56.92%76.47%-
XYZ20.4719.7454.36-
YUV118.96170.91103.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 195 (76.56% from 255) = 48.63%
R=20.95%
G=30.42%
B=48.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841221950.570.3700.24219.4648.0554.71
Hex547AC33925018db3037
Octal12417230371450303336067
Binary101010011110101100001111100110010101100011011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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