#517FBC

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

Shades of Havelock Blue #517FBC

Tints of Havelock Blue #517FBC

Color information

#517FBC (or 0x517FBC) is unknown color: approx Havelock Blue. HEX triplet: 51, 7F and BC. RGB value is (81,127,188). Sum of RGB (Red+Green+Blue) = 81+127+188=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #517FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FBC is #AE8043. Grayscale: #777777. Windows color (decimal): -11436100 or 12353361. OLE color: 12353361.

HSL color Cylindrical-coordinate representation of color #517FBC: hue angle of 214.21º 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 #517FBC is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81127188-
CMYK0.570.3200.26
HSL214.21º44.4%52.75%-
HSV(B)214.21º56.91%73.73%-
XYZ20.0620.5650.49-
YUV120.2166.26100.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.45%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 188 (73.83% from 255) = 47.47%
R=20.45%
G=32.07%
B=47.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811271880.570.3200.26214.2144.452.75
Hex517FBC392001Ad62c35
Octal12117727471400323265465
Binary101000111111111011110011100110000001101011010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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