#517AB5

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

Shades of Havelock Blue #517AB5

Tints of Havelock Blue #517AB5

Color information

#517AB5 (or 0x517AB5) is unknown color: approx Havelock Blue. HEX triplet: 51, 7A and B5. RGB value is (81,122,181). Sum of RGB (Red+Green+Blue) = 81+122+181=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 181 - color contains mainly: blue. Hex color #517AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517AB5 is #AE854A. Grayscale: #747474. Windows color (decimal): -11437387 or 11893329. OLE color: 11893329.

HSL color Cylindrical-coordinate representation of color #517AB5: hue angle of 215.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #517AB5 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB81122181-
CMYK0.550.3300.29
HSL215.4º40.32%51.37%-
HSV(B)215.4º55.25%70.98%-
XYZ18.691946.4-
YUV116.47164.42102.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 181 (71.09% from 255) = 47.14%
R=21.09%
G=31.77%
B=47.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811221810.550.3300.29215.440.3251.37
Hex517AB5372101Dd72833
Octal12117226567410353275063
Binary101000111110101011010111011110000101110111010111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,122,181); }

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

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

 a { background-color: rgb(81,122,181); }

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

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

 span { border-color: rgb(81,122,181); }

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