#546FC7

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

Shades of Havelock Blue #546FC7

Tints of Havelock Blue #546FC7

Color information

#546FC7 (or 0x546FC7) is unknown color: approx Havelock Blue. HEX triplet: 54, 6F and C7. RGB value is (84,111,199). Sum of RGB (Red+Green+Blue) = 84+111+199=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #546FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FC7 is #AB9038. Grayscale: #707070. Windows color (decimal): -11243577 or 13070164. OLE color: 13070164.

HSL color Cylindrical-coordinate representation of color #546FC7: hue angle of 225.91º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #546FC7 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84111199-
CMYK0.580.4400.22
HSL225.91º50.66%55.49%-
HSV(B)225.91º57.79%78.04%-
XYZ19.6517.3856.35-
YUV112.96176.55107.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.32%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 199 (78.12% from 255) = 50.51%
R=21.32%
G=28.17%
B=50.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841111990.580.4400.22225.9150.6655.49
Hex546FC73A2C016e23337
Octal12415730772540263426367
Binary101010011011111100011111101010110001011011100010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546FC7; }

 p { color: rgb(84,111,199); }

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

<style>
 a { background-color: #546FC7; }

 a { background-color: rgb(84,111,199); }

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

<style>
 span { border-color: #546FC7; }

 span { border-color: rgb(84,111,199); }

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