#548BCF

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

Shades of Havelock Blue #548BCF

Tints of Havelock Blue #548BCF

Color information

#548BCF (or 0x548BCF) is unknown color: approx Havelock Blue. HEX triplet: 54, 8B and CF. RGB value is (84,139,207). Sum of RGB (Red+Green+Blue) = 84+139+207=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #548BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548BCF is #AB7430. Grayscale: #818181. Windows color (decimal): -11236401 or 13601620. OLE color: 13601620.

HSL color Cylindrical-coordinate representation of color #548BCF: hue angle of 213.17º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548BCF is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84139207-
CMYK0.590.3300.19
HSL213.17º56.16%57.06%-
HSV(B)213.17º59.42%81.18%-
XYZ24.1524.8662.56-
YUV130.31171.2894.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 207 (81.25% from 255) = 48.14%
R=19.53%
G=32.33%
B=48.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841392070.590.3300.19213.1756.1657.06
Hex548BCF3B21013d53839
Octal12421331773410233257071
Binary1010100100010111100111111101110000101001111010101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548BCF; }

 p { color: rgb(84,139,207); }

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

<style>
 a { background-color: #548BCF; }

 a { background-color: rgb(84,139,207); }

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

<style>
 span { border-color: #548BCF; }

 span { border-color: rgb(84,139,207); }

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