#517FC5

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

Shades of Havelock Blue #517FC5

Tints of Havelock Blue #517FC5

Color information

#517FC5 (or 0x517FC5) is unknown color: approx Havelock Blue. HEX triplet: 51, 7F and C5. RGB value is (81,127,197). Sum of RGB (Red+Green+Blue) = 81+127+197=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 197 - color contains mainly: blue. Hex color #517FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FC5 is #AE803A. Grayscale: #787878. Windows color (decimal): -11436091 or 12943185. OLE color: 12943185.

HSL color Cylindrical-coordinate representation of color #517FC5: hue angle of 216.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #517FC5 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81127197-
CMYK0.590.3600.23
HSL216.21º50%54.51%-
HSV(B)216.21º58.88%77.25%-
XYZ21.0620.9655.76-
YUV121.23170.7699.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 197 (77.34% from 255) = 48.64%
R=20%
G=31.36%
B=48.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811271970.590.3600.23216.215054.51
Hex517FC53B24017d83237
Octal12117730573440273306267
Binary101000111111111100010111101110010001011111011000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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