#517CD8

Color #517CD8 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #517CD8

Tints of Havelock Blue #517CD8

Color information

#517CD8 (or 0x517CD8) is unknown color: approx Havelock Blue. HEX triplet: 51, 7C and D8. RGB value is (81,124,216). Sum of RGB (Red+Green+Blue) = 81+124+216=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 216 (84.77% from 255 or 51.31% from 421); Max value from RGB is 216 - color contains mainly: blue. Hex color #517CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CD8 is #AE8327. Grayscale: #797979. Windows color (decimal): -11436840 or 14187601. OLE color: 14187601.

HSL color Cylindrical-coordinate representation of color #517CD8: hue angle of 220.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #517CD8 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81124216-
CMYK0.620.4300.15
HSL220.89º63.38%58.24%-
HSV(B)220.89º62.5%84.71%-
XYZ2321.1267.83-
YUV121.63181.2599.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.24%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 216 (84.77% from 255) = 51.31%
R=19.24%
G=29.45%
B=51.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811242160.620.4300.15220.8963.3858.24
Hex517CD83E2B0Fdd3f3a
Octal12117433076530173357772
Binary10100011111100110110001111101010110111111011101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,124,216); }

 H1.HeaderClassName
 {
   color: #517CD8;
 }
 .AnyTagClassName
 {
   color: #517CD8;
 }
</style>
background-color css

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

 a { background-color: rgb(81,124,216); }

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

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

 span { border-color: rgb(81,124,216); }

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