Html Css Color HEX #516FC6 Havelock Blue

📋 copy color: '#516FC6'

red 81 ◦ green 111 ◦ blue 198

#516FC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #516FC6

Tints of Havelock Blue #516FC6

RGB

 RED value IS 81 (32.03% from 255) = 20.77%

 GREEN value IS 111 (43.75% from 255) = 28.46%

 BLUE value IS 198 (77.73% from 255) = 50.77%

R = 20.77%
G = 28.46%
B = 50.77%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#516FC6 (or 0x516FC6) is known color: Havelock Blue. HEX triplet: 51, 6F and C6. RGB value is (81,111,198). Sum of RGB (Red+Green+Blue) = 81+111+198=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #516FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FC6 is #AE9039. Grayscale: #6F6F6F. Windows color (decimal): -11440186 or 13004625. OLE color: 13004625.

HSL color Cylindrical-coordinate representation of color #516FC6: hue angle of 224.62º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #516FC6 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 111 198 -
CMYK 0.59 0.44 0 0.22
HSL 224.62º 0.51% 0.55% -
HSV(B) 224.62º 0.59% 0.78% -
XYZ 19.27 17.2 55.73 -
YUV 111.95 176.56 105.93 -
System Red Green Blue C M Y K H S L
Decimal 81 111 198 0.59 0.44 0 0.22 224.62 0.51 0.55
Hex 51 6F C6 3B 2C 0 16 E1 33 37
Octal 121 157 306 73 54 0 26 341 63 67
Binary 1010001 1101111 11000110 111011 101100 0 10110 11100001 110011 110111

Color Harmonies of #516FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FC6

Black with #516FC6

Text Example


Text Example

White with #516FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #516FC6;
 }
 .AnyTagClassName
 {
   color: #516FC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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