#5084BF

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

Shades of Havelock Blue #5084BF

Tints of Havelock Blue #5084BF

Color information

#5084BF (or 0x5084BF) is unknown color: approx Havelock Blue. HEX triplet: 50, 84 and BF. RGB value is (80,132,191). Sum of RGB (Red+Green+Blue) = 80+132+191=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #5084BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5084BF is #AF7B40. Grayscale: #7A7A7A. Windows color (decimal): -11500353 or 12551248. OLE color: 12551248.

HSL color Cylindrical-coordinate representation of color #5084BF: hue angle of 211.89º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5084BF is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80132191-
CMYK0.580.3100.25
HSL211.89º46.44%53.14%-
HSV(B)211.89º58.12%74.9%-
XYZ20.9621.9752.43-
YUV123.18166.2797.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.85%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 191 (75% from 255) = 47.39%
R=19.85%
G=32.75%
B=47.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801321910.580.3100.25211.8946.4453.14
Hex5084BF3A1F019d42e35
Octal12020427772370313245665
Binary101000010000100101111111110101111101100111010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5084BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5084BF; }

 p { color: rgb(80,132,191); }

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

<style>
 a { background-color: #5084BF; }

 a { background-color: rgb(80,132,191); }

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

<style>
 span { border-color: #5084BF; }

 span { border-color: rgb(80,132,191); }

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