#517AB4

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

Shades of Havelock Blue #517AB4

Tints of Havelock Blue #517AB4

Color information

#517AB4 (or 0x517AB4) is unknown color: approx Havelock Blue. HEX triplet: 51, 7A and B4. RGB value is (81,122,180). Sum of RGB (Red+Green+Blue) = 81+122+180=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #517AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517AB4 is #AE854B. Grayscale: #747474. Windows color (decimal): -11437388 or 11827793. OLE color: 11827793.

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

Color convert

RGB81122180-
CMYK0.550.3200.29
HSL215.15º39.76%51.18%-
HSV(B)215.15º55%70.59%-
XYZ18.5918.9645.86-
YUV116.35163.92102.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=21.15%
G=31.85%
B=47.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811221800.550.3200.29215.1539.7651.18
Hex517AB4372001Dd72833
Octal12117226467400353275063
Binary101000111110101011010011011110000001110111010111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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