#547FC0

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

Shades of Havelock Blue #547FC0

Tints of Havelock Blue #547FC0

Color information

#547FC0 (or 0x547FC0) is unknown color: approx Havelock Blue. HEX triplet: 54, 7F and C0. RGB value is (84,127,192). Sum of RGB (Red+Green+Blue) = 84+127+192=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #547FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FC0 is #AB803F. Grayscale: #797979. Windows color (decimal): -11239488 or 12615508. OLE color: 12615508.

HSL color Cylindrical-coordinate representation of color #547FC0: hue angle of 216.11º degrees, saturation: 0.46, 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 #547FC0 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84127192-
CMYK0.560.3400.25
HSL216.11º46.15%54.12%-
HSV(B)216.11º56.25%75.29%-
XYZ20.7620.8752.8-
YUV121.55167.75101.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 192 (75.39% from 255) = 47.64%
R=20.84%
G=31.51%
B=47.64%

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
Decimal841271920.560.3400.25216.1146.1554.12
Hex547FC03822019d82e36
Octal12417730070420313305666
Binary101010011111111100000011100010001001100111011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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