#516FC1

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

Shades of Havelock Blue #516FC1

Tints of Havelock Blue #516FC1

Color information

#516FC1 (or 0x516FC1) is unknown color: approx Havelock Blue. HEX triplet: 51, 6F and C1. RGB value is (81,111,193). Sum of RGB (Red+Green+Blue) = 81+111+193=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #516FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FC1 is #AE903E. Grayscale: #6F6F6F. Windows color (decimal): -11440191 or 12676945. OLE color: 12676945.

HSL color Cylindrical-coordinate representation of color #516FC1: hue angle of 223.93º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516FC1 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81111193-
CMYK0.580.4200.24
HSL223.93º47.46%53.73%-
HSV(B)223.93º58.03%75.69%-
XYZ18.716.9752.74-
YUV111.38174.06106.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.04%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 193 (75.78% from 255) = 50.13%
R=21.04%
G=28.83%
B=50.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811111930.580.4200.24223.9347.4653.73
Hex516FC13A2A018e02f36
Octal12115730172520303405766
Binary101000111011111100000111101010101001100011100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516FC1; }

 p { color: rgb(81,111,193); }

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

<style>
 a { background-color: #516FC1; }

 a { background-color: rgb(81,111,193); }

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

<style>
 span { border-color: #516FC1; }

 span { border-color: rgb(81,111,193); }

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