#517BC1

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

Shades of Havelock Blue #517BC1

Tints of Havelock Blue #517BC1

Color information

#517BC1 (or 0x517BC1) is unknown color: approx Havelock Blue. HEX triplet: 51, 7B and C1. RGB value is (81,123,193). Sum of RGB (Red+Green+Blue) = 81+123+193=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #517BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BC1 is #AE843E. Grayscale: #767676. Windows color (decimal): -11437119 or 12680017. OLE color: 12680017.

HSL color Cylindrical-coordinate representation of color #517BC1: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #517BC1 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81123193-
CMYK0.580.3600.24
HSL217.5º47.46%53.73%-
HSV(B)217.5º58.03%75.69%-
XYZ20.119.7753.21-
YUV118.42170.09101.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 193 (75.78% from 255) = 48.61%
R=20.40%
G=30.98%
B=48.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811231930.580.3600.24217.547.4653.73
Hex517BC13A24018da2f36
Octal12117330172440303325766
Binary101000111110111100000111101010010001100011011010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,123,193); }

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

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

 a { background-color: rgb(81,123,193); }

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

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

 span { border-color: rgb(81,123,193); }

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