#547DBE

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

Shades of Havelock Blue #547DBE

Tints of Havelock Blue #547DBE

Color information

#547DBE (or 0x547DBE) is unknown color: approx Havelock Blue. HEX triplet: 54, 7D and BE. RGB value is (84,125,190). Sum of RGB (Red+Green+Blue) = 84+125+190=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #547DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DBE is #AB8241. Grayscale: #777777. Windows color (decimal): -11240002 or 12483924. OLE color: 12483924.

HSL color Cylindrical-coordinate representation of color #547DBE: hue angle of 216.79º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #547DBE is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84125190-
CMYK0.560.3400.25
HSL216.79º44.92%53.73%-
HSV(B)216.79º55.79%74.51%-
XYZ20.2820.2751.56-
YUV120.15167.42102.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.05%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=21.05%
G=31.33%
B=47.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841251900.560.3400.25216.7944.9253.73
Hex547DBE3822019d92d36
Octal12417527670420313315566
Binary101010011111011011111011100010001001100111011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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