#517DCF

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

Shades of Havelock Blue #517DCF

Tints of Havelock Blue #517DCF

Color information

#517DCF (or 0x517DCF) is unknown color: approx Havelock Blue. HEX triplet: 51, 7D and CF. RGB value is (81,125,207). Sum of RGB (Red+Green+Blue) = 81+125+207=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #517DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DCF is #AE8230. Grayscale: #787878. Windows color (decimal): -11436593 or 13598033. OLE color: 13598033.

HSL color Cylindrical-coordinate representation of color #517DCF: hue angle of 219.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #517DCF is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81125207-
CMYK0.610.4000.19
HSL219.05º56.76%56.47%-
HSV(B)219.05º60.87%81.18%-
XYZ21.9920.9261.91-
YUV121.19176.4299.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 125 (49.22% from 255) = 30.27%
BLUE value IS 207 (81.25% from 255) = 50.12%
R=19.61%
G=30.27%
B=50.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811252070.610.4000.19219.0556.7656.47
Hex517DCF3D28013db3938
Octal12117531775500233337170
Binary101000111111011100111111110110100001001111011011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,125,207); }

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

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

 a { background-color: rgb(81,125,207); }

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

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

 span { border-color: rgb(81,125,207); }

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