#547CCB

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

Shades of Havelock Blue #547CCB

Tints of Havelock Blue #547CCB

Color information

#547CCB (or 0x547CCB) is unknown color: approx Havelock Blue. HEX triplet: 54, 7C and CB. RGB value is (84,124,203). Sum of RGB (Red+Green+Blue) = 84+124+203=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #547CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CCB is #AB8334. Grayscale: #787878. Windows color (decimal): -11240245 or 13335636. OLE color: 13335636.

HSL color Cylindrical-coordinate representation of color #547CCB: hue angle of 219.83º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #547CCB is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84124203-
CMYK0.590.3900.20
HSL219.83º53.36%56.27%-
HSV(B)219.83º58.62%79.61%-
XYZ21.6420.6159.34-
YUV121.05174.25101.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.44%
GREEN value IS 124 (48.83% from 255) = 30.17%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=20.44%
G=30.17%
B=49.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841242030.590.3900.20219.8353.3656.27
Hex547CCB3B27014dc3538
Octal12417431373470243346570
Binary101010011111001100101111101110011101010011011100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,124,203); }

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

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

 a { background-color: rgb(84,124,203); }

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

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

 span { border-color: rgb(84,124,203); }

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