#5376B1

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

Shades of Havelock Blue #5376B1

Tints of Havelock Blue #5376B1

Color information

#5376B1 (or 0x5376B1) is unknown color: approx Havelock Blue. HEX triplet: 53, 76 and B1. RGB value is (83,118,177). Sum of RGB (Red+Green+Blue) = 83+118+177=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #5376B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5376B1 is #AC894E. Grayscale: #717171. Windows color (decimal): -11307343 or 11630163. OLE color: 11630163.

HSL color Cylindrical-coordinate representation of color #5376B1: hue angle of 217.66º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5376B1 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB83118177-
CMYK0.530.3300.31
HSL217.66º37.6%50.98%-
HSV(B)217.66º53.11%69.41%-
XYZ17.9817.9744.12-
YUV114.26163.4105.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.96%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 177 (69.53% from 255) = 46.83%
R=21.96%
G=31.22%
B=46.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831181770.530.3300.31217.6637.650.98
Hex5376B1352101Fda2633
Octal12316626165410373324663
Binary101001111101101011000111010110000101111111011010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5376B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5376B1; }

 p { color: rgb(83,118,177); }

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

<style>
 a { background-color: #5376B1; }

 a { background-color: rgb(83,118,177); }

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

<style>
 span { border-color: #5376B1; }

 span { border-color: rgb(83,118,177); }

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