#517FCB

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

Shades of Havelock Blue #517FCB

Tints of Havelock Blue #517FCB

Color information

#517FCB (or 0x517FCB) is unknown color: approx Havelock Blue. HEX triplet: 51, 7F and CB. RGB value is (81,127,203). Sum of RGB (Red+Green+Blue) = 81+127+203=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #517FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FCB is #AE8034. Grayscale: #797979. Windows color (decimal): -11436085 or 13336401. OLE color: 13336401.

HSL color Cylindrical-coordinate representation of color #517FCB: hue angle of 217.38º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #517FCB is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81127203-
CMYK0.600.3700.20
HSL217.38º53.98%55.69%-
HSV(B)217.38º60.1%79.61%-
XYZ21.7621.2459.45-
YUV121.91173.7698.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=19.71%
G=30.90%
B=49.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811272030.600.3700.20217.3853.9855.69
Hex517FCB3C25014d93638
Octal12117731374450243316670
Binary101000111111111100101111110010010101010011011001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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