#517AB7

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

Shades of Havelock Blue #517AB7

Tints of Havelock Blue #517AB7

Color information

#517AB7 (or 0x517AB7) is unknown color: approx Havelock Blue. HEX triplet: 51, 7A and B7. RGB value is (81,122,183). Sum of RGB (Red+Green+Blue) = 81+122+183=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #517AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517AB7 is #AE8548. Grayscale: #747474. Windows color (decimal): -11437385 or 12024401. OLE color: 12024401.

HSL color Cylindrical-coordinate representation of color #517AB7: hue angle of 215.88º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #517AB7 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB81122183-
CMYK0.560.3300.28
HSL215.88º41.46%51.76%-
HSV(B)215.88º55.74%71.76%-
XYZ18.919.0947.49-
YUV116.7165.42102.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 183 (71.88% from 255) = 47.41%
R=20.98%
G=31.61%
B=47.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811221830.560.3300.28215.8841.4651.76
Hex517AB7382101Cd82934
Octal12117226770410343305164
Binary101000111110101011011111100010000101110011011000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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