#547CC8

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

Shades of Havelock Blue #547CC8

Tints of Havelock Blue #547CC8

Color information

#547CC8 (or 0x547CC8) is unknown color: approx Havelock Blue. HEX triplet: 54, 7C and C8. RGB value is (84,124,200). Sum of RGB (Red+Green+Blue) = 84+124+200=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #547CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CC8 is #AB8337. Grayscale: #787878. Windows color (decimal): -11240248 or 13139028. OLE color: 13139028.

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

Color convert

RGB84124200-
CMYK0.580.3800.22
HSL219.31º51.33%55.69%-
HSV(B)219.31º58%78.43%-
XYZ21.2920.4757.47-
YUV120.7172.75101.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 124 (48.83% from 255) = 30.39%
BLUE value IS 200 (78.52% from 255) = 49.02%
R=20.59%
G=30.39%
B=49.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841242000.580.3800.22219.3151.3355.69
Hex547CC83A26016db3338
Octal12417431072460263336370
Binary101010011111001100100011101010011001011011011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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