#5176BC

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

Shades of Havelock Blue #5176BC

Tints of Havelock Blue #5176BC

Color information

#5176BC (or 0x5176BC) is unknown color: approx Havelock Blue. HEX triplet: 51, 76 and BC. RGB value is (81,118,188). Sum of RGB (Red+Green+Blue) = 81+118+188=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #5176BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5176BC is #AE8943. Grayscale: #727272. Windows color (decimal): -11438404 or 12351057. OLE color: 12351057.

HSL color Cylindrical-coordinate representation of color #5176BC: hue angle of 219.25º 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 #5176BC is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81118188-
CMYK0.570.3700.26
HSL219.25º44.4%52.75%-
HSV(B)219.25º56.91%73.73%-
XYZ18.9518.3450.12-
YUV114.92169.24103.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.93%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=20.93%
G=30.49%
B=48.58%

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
Decimal811181880.570.3700.26219.2544.452.75
Hex5176BC392501Adb2c35
Octal12116627471450323335465
Binary101000111101101011110011100110010101101011011011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5176BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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