Html Css Color HEX #516FC9 Havelock Blue

📋 copy color: '#516FC9'

red 81 ◦ green 111 ◦ blue 201

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

Shades of Havelock Blue #516FC9

Tints of Havelock Blue #516FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.15%

R = 20.61%
G = 28.24%
B = 51.15%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#516FC9 (or 0x516FC9) is known color: Havelock Blue. HEX triplet: 51, 6F and C9. RGB value is (81,111,201). Sum of RGB (Red+Green+Blue) = 81+111+201=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #516FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FC9 is #AE9036. Grayscale: #6F6F6F. Windows color (decimal): -11440183 or 13201233. OLE color: 13201233.

HSL color Cylindrical-coordinate representation of color #516FC9: hue angle of 225º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516FC9 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 111 201 -
CMYK 0.60 0.45 0 0.21
HSL 225º 0.53% 0.55% -
HSV(B) 225º 0.6% 0.79% -
XYZ 19.62 17.34 57.57 -
YUV 112.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 81 111 201 0.60 0.45 0 0.21 225 0.53 0.55
Hex 51 6F C9 3C 2D 0 15 E1 35 37
Octal 121 157 311 74 55 0 25 341 65 67
Binary 1010001 1101111 11001001 111100 101101 0 10101 11100001 110101 110111

Color Harmonies of #516FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FC9

Black with #516FC9

Text Example


Text Example

White with #516FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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