#547BBE

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

Shades of Havelock Blue #547BBE

Tints of Havelock Blue #547BBE

Color information

#547BBE (or 0x547BBE) is unknown color: approx Havelock Blue. HEX triplet: 54, 7B and BE. RGB value is (84,123,190). Sum of RGB (Red+Green+Blue) = 84+123+190=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #547BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547BBE is #AB8441. Grayscale: #767676. Windows color (decimal): -11240514 or 12483412. OLE color: 12483412.

HSL color Cylindrical-coordinate representation of color #547BBE: hue angle of 217.92º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #547BBE is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84123190-
CMYK0.560.3500.25
HSL217.92º44.92%53.73%-
HSV(B)217.92º55.79%74.51%-
XYZ20.0319.7751.48-
YUV118.98168.08103.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.16%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=21.16%
G=30.98%
B=47.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841231900.560.3500.25217.9244.9253.73
Hex547BBE3823019da2d36
Octal12417327670430313325566
Binary101010011110111011111011100010001101100111011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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