#547DCE

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

Shades of Havelock Blue #547DCE

Tints of Havelock Blue #547DCE

Color information

#547DCE (or 0x547DCE) is unknown color: approx Havelock Blue. HEX triplet: 54, 7D and CE. RGB value is (84,125,206). Sum of RGB (Red+Green+Blue) = 84+125+206=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #547DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DCE is #AB8231. Grayscale: #797979. Windows color (decimal): -11239986 or 13532500. OLE color: 13532500.

HSL color Cylindrical-coordinate representation of color #547DCE: hue angle of 219.84º 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 #547DCE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84125206-
CMYK0.590.3900.19
HSL219.84º55.45%56.86%-
HSV(B)219.84º59.22%80.78%-
XYZ22.1321.0161.28-
YUV121.98175.42100.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.24%
GREEN value IS 125 (49.22% from 255) = 30.12%
BLUE value IS 206 (80.86% from 255) = 49.64%
R=20.24%
G=30.12%
B=49.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841252060.590.3900.19219.8455.4556.86
Hex547DCE3B27013dc3739
Octal12417531673470233346771
Binary101010011111011100111011101110011101001111011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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