#547BC2

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

Shades of Havelock Blue #547BC2

Tints of Havelock Blue #547BC2

Color information

#547BC2 (or 0x547BC2) is unknown color: approx Havelock Blue. HEX triplet: 54, 7B and C2. RGB value is (84,123,194). Sum of RGB (Red+Green+Blue) = 84+123+194=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #547BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547BC2 is #AB843D. Grayscale: #777777. Windows color (decimal): -11240510 or 12745556. OLE color: 12745556.

HSL color Cylindrical-coordinate representation of color #547BC2: hue angle of 218.73º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #547BC2 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84123194-
CMYK0.570.3700.24
HSL218.73º47.41%54.51%-
HSV(B)218.73º56.7%76.08%-
XYZ20.4819.9553.81-
YUV119.43170.08102.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 194 (76.17% from 255) = 48.38%
R=20.95%
G=30.67%
B=48.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841231940.570.3700.24218.7347.4154.51
Hex547BC23925018db2f37
Octal12417330271450303335767
Binary101010011110111100001011100110010101100011011011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,123,194); }

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

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

 a { background-color: rgb(84,123,194); }

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

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

 span { border-color: rgb(84,123,194); }

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