#5177BC

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

Shades of Havelock Blue #5177BC

Tints of Havelock Blue #5177BC

Color information

#5177BC (or 0x5177BC) is unknown color: approx Havelock Blue. HEX triplet: 51, 77 and BC. RGB value is (81,119,188). Sum of RGB (Red+Green+Blue) = 81+119+188=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #5177BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5177BC is #AE8843. Grayscale: #737373. Windows color (decimal): -11438148 or 12351313. OLE color: 12351313.

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

Color convert

RGB81119188-
CMYK0.570.3700.26
HSL218.69º44.4%52.75%-
HSV(B)218.69º56.91%73.73%-
XYZ19.0718.5750.16-
YUV115.5168.91103.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 188 (73.83% from 255) = 48.45%
R=20.88%
G=30.67%
B=48.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811191880.570.3700.26218.6944.452.75
Hex5177BC392501Adb2c35
Octal12116727471450323335465
Binary101000111101111011110011100110010101101011011011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5177BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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