#547FD5

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

Shades of Havelock Blue #547FD5

Tints of Havelock Blue #547FD5

Color information

#547FD5 (or 0x547FD5) is unknown color: approx Havelock Blue. HEX triplet: 54, 7F and D5. RGB value is (84,127,213). Sum of RGB (Red+Green+Blue) = 84+127+213=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #547FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FD5 is #AB802A. Grayscale: #7B7B7B. Windows color (decimal): -11239467 or 13991764. OLE color: 13991764.

HSL color Cylindrical-coordinate representation of color #547FD5: hue angle of 220º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #547FD5 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84127213-
CMYK0.610.4000.16
HSL220º60.56%58.24%-
HSV(B)220º60.56%83.53%-
XYZ23.2621.8765.95-
YUV123.95178.2599.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.81%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 213 (83.59% from 255) = 50.24%
R=19.81%
G=29.95%
B=50.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841272130.610.4000.1622060.5658.24
Hex547FD53D28010dc3d3a
Octal12417732575500203347572
Binary101010011111111101010111110110100001000011011100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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