#547FCA

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

Shades of Havelock Blue #547FCA

Tints of Havelock Blue #547FCA

Color information

#547FCA (or 0x547FCA) is unknown color: approx Havelock Blue. HEX triplet: 54, 7F and CA. RGB value is (84,127,202). Sum of RGB (Red+Green+Blue) = 84+127+202=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #547FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FCA is #AB8035. Grayscale: #7A7A7A. Windows color (decimal): -11239478 or 13270868. OLE color: 13270868.

HSL color Cylindrical-coordinate representation of color #547FCA: hue angle of 218.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #547FCA is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84127202-
CMYK0.580.3700.21
HSL218.14º52.68%56.08%-
HSV(B)218.14º58.42%79.22%-
XYZ21.9121.3358.84-
YUV122.69172.75100.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.34%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=20.34%
G=30.75%
B=48.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841272020.580.3700.21218.1452.6856.08
Hex547FCA3A25015da3538
Octal12417731272450253326570
Binary101010011111111100101011101010010101010111011010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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