Html Css Color HEX #517FD6 Havelock Blue

📋 copy color: '#517FD6'

red 81 ◦ green 127 ◦ blue 214

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

Shades of Havelock Blue #517FD6

Tints of Havelock Blue #517FD6

RGB

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

 GREEN value IS 127 (50% from 255) = 30.09%

 BLUE value IS 214 (83.98% from 255) = 50.71%

R = 19.19%
G = 30.09%
B = 50.71%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#517FD6 (or 0x517FD6) is known color: Havelock Blue. HEX triplet: 51, 7F and D6. RGB value is (81,127,214). Sum of RGB (Red+Green+Blue) = 81+127+214=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #517FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FD6 is #AE8029. Grayscale: #7A7A7A. Windows color (decimal): -11436074 or 14057297. OLE color: 14057297.

HSL color Cylindrical-coordinate representation of color #517FD6: hue angle of 219.25º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #517FD6 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 127 214 -
CMYK 0.62 0.41 0 0.16
HSL 219.25º 0.62% 0.58% -
HSV(B) 219.25º 0.62% 0.84% -
XYZ 23.12 21.78 66.6 -
YUV 123.16 179.26 97.93 -
System Red Green Blue C M Y K H S L
Decimal 81 127 214 0.62 0.41 0 0.16 219.25 0.62 0.58
Hex 51 7F D6 3E 29 0 10 DB 3E 3A
Octal 121 177 326 76 51 0 20 333 76 72
Binary 1010001 1111111 11010110 111110 101001 0 10000 11011011 111110 111010

Color Harmonies of #517FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517FD6

Black with #517FD6

Text Example


Text Example

White with #517FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517FD6; }

 p { color: rgb(81,127,214); }

 H1.HeaderClassName
 {
   color: #517FD6;
 }
 .AnyTagClassName
 {
   color: #517FD6;
 }
</style>

background-color css

<style>
 a { background-color: #517FD6; }

 a { background-color: rgb(81,127,214); }

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

border-color css

<style>
 span { border-color: #517FD6; }

 span { border-color: rgb(81,127,214); }

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