#5177BE

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

Shades of Havelock Blue #5177BE

Tints of Havelock Blue #5177BE

Color information

#5177BE (or 0x5177BE) is unknown color: approx Havelock Blue. HEX triplet: 51, 77 and BE. RGB value is (81,119,190). Sum of RGB (Red+Green+Blue) = 81+119+190=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #5177BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5177BE is #AE8841. Grayscale: #737373. Windows color (decimal): -11438146 or 12482385. OLE color: 12482385.

HSL color Cylindrical-coordinate representation of color #5177BE: hue angle of 219.08º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5177BE is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81119190-
CMYK0.570.3700.25
HSL219.08º45.61%53.14%-
HSV(B)219.08º57.37%74.51%-
XYZ19.2818.6651.3-
YUV115.73169.91103.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.77%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=20.77%
G=30.51%
B=48.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811191900.570.3700.25219.0845.6153.14
Hex5177BE3925019db2e35
Octal12116727671450313335665
Binary101000111101111011111011100110010101100111011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5177BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5177BE; }

 p { color: rgb(81,119,190); }

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

<style>
 a { background-color: #5177BE; }

 a { background-color: rgb(81,119,190); }

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

<style>
 span { border-color: #5177BE; }

 span { border-color: rgb(81,119,190); }

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