#517DBC

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

Shades of Havelock Blue #517DBC

Tints of Havelock Blue #517DBC

Color information

#517DBC (or 0x517DBC) is unknown color: approx Havelock Blue. HEX triplet: 51, 7D and BC. RGB value is (81,125,188). Sum of RGB (Red+Green+Blue) = 81+125+188=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #517DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DBC is #AE8243. Grayscale: #767676. Windows color (decimal): -11436612 or 12352849. OLE color: 12352849.

HSL color Cylindrical-coordinate representation of color #517DBC: hue angle of 215.33º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517DBC is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81125188-
CMYK0.570.3400.26
HSL215.33º44.4%52.75%-
HSV(B)215.33º56.91%73.73%-
XYZ19.820.0550.4-
YUV119.03166.92100.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.56%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 188 (73.83% from 255) = 47.72%
R=20.56%
G=31.73%
B=47.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811251880.570.3400.26215.3344.452.75
Hex517DBC392201Ad72c35
Octal12117527471420323275465
Binary101000111111011011110011100110001001101011010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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