#5085bf

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

Shades of Havelock Blue #5085BF

Tints of Havelock Blue #5085BF

Color information

#5085BF (or 0x5085BF) is unknown color: approx Havelock Blue. HEX triplet: 50, 85 and BF. RGB value is (80,133,191). Sum of RGB (Red+Green+Blue) = 80+133+191=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #5085BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5085BF is #AF7A40. Grayscale: #7B7B7B. Windows color (decimal): -11500097 or 12551504. OLE color: 12551504.

HSL color Cylindrical-coordinate representation of color #5085BF: hue angle of 211.35º 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 #5085BF is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80133191-
CMYK0.580.3000.25
HSL211.35º46.44%53.14%-
HSV(B)211.35º58.12%74.9%-
XYZ21.122.2452.47-
YUV123.76165.9496.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 191 (75% from 255) = 47.28%
R=19.80%
G=32.92%
B=47.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801331910.580.3000.25211.3546.4453.14
Hex5085BF3A1E019d32e35
Octal12020527772360313235665
Binary101000010000101101111111110101111001100111010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5085bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5085bf; }

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

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

<style>
 a { background-color: #5085bf; }

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

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

<style>
 span { border-color: #5085bf; }

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

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