#547FCE

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

Shades of Havelock Blue #547FCE

Tints of Havelock Blue #547FCE

Color information

#547FCE (or 0x547FCE) is unknown color: approx Havelock Blue. HEX triplet: 54, 7F and CE. RGB value is (84,127,206). Sum of RGB (Red+Green+Blue) = 84+127+206=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #547FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FCE is #AB8031. Grayscale: #7A7A7A. Windows color (decimal): -11239474 or 13533012. OLE color: 13533012.

HSL color Cylindrical-coordinate representation of color #547FCE: hue angle of 218.85º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #547FCE is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84127206-
CMYK0.590.3800.19
HSL218.85º55.45%56.86%-
HSV(B)218.85º59.22%80.78%-
XYZ22.3921.5261.37-
YUV123.15174.75100.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.14%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=20.14%
G=30.46%
B=49.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841272060.590.3800.19218.8555.4556.86
Hex547FCE3B26013db3739
Octal12417731673460233336771
Binary101010011111111100111011101110011001001111011011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,127,206); }

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

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

 a { background-color: rgb(84,127,206); }

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

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

 span { border-color: rgb(84,127,206); }

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