Html Css Color HEX #516FBB Havelock Blue

📋 copy color: '#516FBB'

red 81 ◦ green 111 ◦ blue 187

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

Shades of Havelock Blue #516FBB

Tints of Havelock Blue #516FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 21.37%
G = 29.29%
B = 49.34%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#516FBB (or 0x516FBB) is known color: Havelock Blue. HEX triplet: 51, 6F and BB. RGB value is (81,111,187). Sum of RGB (Red+Green+Blue) = 81+111+187=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #516FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FBB is #AE9044. Grayscale: #6E6E6E. Windows color (decimal): -11440197 or 12283729. OLE color: 12283729.

HSL color Cylindrical-coordinate representation of color #516FBB: hue angle of 223.02º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #516FBB is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 111 187 -
CMYK 0.57 0.41 0 0.27
HSL 223.02º 0.44% 0.53% -
HSV(B) 223.02º 0.57% 0.73% -
XYZ 18.05 16.71 49.29 -
YUV 110.69 171.06 106.82 -
System Red Green Blue C M Y K H S L
Decimal 81 111 187 0.57 0.41 0 0.27 223.02 0.44 0.53
Hex 51 6F BB 39 29 0 1B DF 2C 35
Octal 121 157 273 71 51 0 33 337 54 65
Binary 1010001 1101111 10111011 111001 101001 0 11011 11011111 101100 110101

Color Harmonies of #516FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FBB

Black with #516FBB

Text Example


Text Example

White with #516FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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