#547DC8

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

Shades of Havelock Blue #547DC8

Tints of Havelock Blue #547DC8

Color information

#547DC8 (or 0x547DC8) is unknown color: approx Havelock Blue. HEX triplet: 54, 7D and C8. RGB value is (84,125,200). Sum of RGB (Red+Green+Blue) = 84+125+200=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #547DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DC8 is #AB8237. Grayscale: #787878. Windows color (decimal): -11239992 or 13139284. OLE color: 13139284.

HSL color Cylindrical-coordinate representation of color #547DC8: hue angle of 218.79º 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 #547DC8 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84125200-
CMYK0.580.3800.22
HSL218.79º51.33%55.69%-
HSV(B)218.79º58%78.43%-
XYZ21.4220.7257.51-
YUV121.29172.42101.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 200 (78.52% from 255) = 48.90%
R=20.54%
G=30.56%
B=48.90%

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
Decimal841252000.580.3800.22218.7951.3355.69
Hex547DC83A26016db3338
Octal12417531072460263336370
Binary101010011111011100100011101010011001011011011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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