Html Css Color HEX #516EBF Havelock Blue

📋 copy color: '#516EBF'

red 81 ◦ green 110 ◦ blue 191

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

Shades of Havelock Blue #516EBF

Tints of Havelock Blue #516EBF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.8%

 BLUE value IS 191 (75% from 255) = 50%

R = 21.2%
G = 28.8%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#516EBF (or 0x516EBF) is known color: Havelock Blue. HEX triplet: 51, 6E and BF. RGB value is (81,110,191). Sum of RGB (Red+Green+Blue) = 81+110+191=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #516EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EBF is #AE9140. Grayscale: #6E6E6E. Windows color (decimal): -11440449 or 12545617. OLE color: 12545617.

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

Color convert

RGB 81 110 191 -
CMYK 0.58 0.42 0 0.25
HSL 224.18º 0.46% 0.53% -
HSV(B) 224.18º 0.58% 0.75% -
XYZ 18.37 16.66 51.54 -
YUV 110.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 81 110 191 0.58 0.42 0 0.25 224.18 0.46 0.53
Hex 51 6E BF 3A 2A 0 19 E0 2E 35
Octal 121 156 277 72 52 0 31 340 56 65
Binary 1010001 1101110 10111111 111010 101010 0 11001 11100000 101110 110101

Color Harmonies of #516EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EBF

Black with #516EBF

Text Example


Text Example

White with #516EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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