#517BBB

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

Shades of Havelock Blue #517BBB

Tints of Havelock Blue #517BBB

Color information

#517BBB (or 0x517BBB) is unknown color: approx Havelock Blue. HEX triplet: 51, 7B and BB. RGB value is (81,123,187). Sum of RGB (Red+Green+Blue) = 81+123+187=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #517BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BBB is #AE8444. Grayscale: #757575. Windows color (decimal): -11437125 or 12286801. OLE color: 12286801.

HSL color Cylindrical-coordinate representation of color #517BBB: hue angle of 216.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517BBB is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81123187-
CMYK0.570.3400.27
HSL216.23º43.8%52.55%-
HSV(B)216.23º56.68%73.33%-
XYZ19.4519.549.75-
YUV117.74167.09101.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.72%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=20.72%
G=31.46%
B=47.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811231870.570.3400.27216.2343.852.55
Hex517BBB392201Bd82c35
Octal12117327371420333305465
Binary101000111110111011101111100110001001101111011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,123,187); }

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

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

 a { background-color: rgb(81,123,187); }

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

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

 span { border-color: rgb(81,123,187); }

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