#516EC2

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

Shades of Havelock Blue #516EC2

Tints of Havelock Blue #516EC2

Color information

#516EC2 (or 0x516EC2) is unknown color: approx Havelock Blue. HEX triplet: 51, 6E and C2. RGB value is (81,110,194). Sum of RGB (Red+Green+Blue) = 81+110+194=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #516EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EC2 is #AE913D. Grayscale: #6E6E6E. Windows color (decimal): -11440446 or 12742225. OLE color: 12742225.

HSL color Cylindrical-coordinate representation of color #516EC2: hue angle of 224.6º degrees, saturation: 0.48, 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 #516EC2 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81110194-
CMYK0.580.4300.24
HSL224.6º48.09%53.92%-
HSV(B)224.6º58.25%76.08%-
XYZ18.7116.853.29-
YUV110.9174.89106.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.04%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 194 (76.17% from 255) = 50.39%
R=21.04%
G=28.57%
B=50.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811101940.580.4300.24224.648.0953.92
Hex516EC23A2B018e13036
Octal12115630272530303416066
Binary101000111011101100001011101010101101100011100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,110,194); }

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

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

 a { background-color: rgb(81,110,194); }

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

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

 span { border-color: rgb(81,110,194); }

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