Html Css Color HEX #516FBA Havelock Blue

📋 copy color: '#516FBA'

red 81 ◦ green 111 ◦ blue 186

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

Shades of Havelock Blue #516FBA

Tints of Havelock Blue #516FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 21.43%
G = 29.37%
B = 49.21%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#516FBA (or 0x516FBA) is known color: Havelock Blue. HEX triplet: 51, 6F and BA. RGB value is (81,111,186). Sum of RGB (Red+Green+Blue) = 81+111+186=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #516FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FBA is #AE9045. Grayscale: #6E6E6E. Windows color (decimal): -11440198 or 12218193. OLE color: 12218193.

HSL color Cylindrical-coordinate representation of color #516FBA: hue angle of 222.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #516FBA is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 111 186 -
CMYK 0.56 0.40 0 0.27
HSL 222.86º 0.43% 0.52% -
HSV(B) 222.86º 0.56% 0.73% -
XYZ 17.94 16.66 48.73 -
YUV 110.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 81 111 186 0.56 0.40 0 0.27 222.86 0.43 0.52
Hex 51 6F BA 38 28 0 1B DF 2B 34
Octal 121 157 272 70 50 0 33 337 53 64
Binary 1010001 1101111 10111010 111000 101000 0 11011 11011111 101011 110100

Color Harmonies of #516FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FBA

Black with #516FBA

Text Example


Text Example

White with #516FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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