#5380BA

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

Shades of Havelock Blue #5380BA

Tints of Havelock Blue #5380BA

Color information

#5380BA (or 0x5380BA) is unknown color: approx Havelock Blue. HEX triplet: 53, 80 and BA. RGB value is (83,128,186). Sum of RGB (Red+Green+Blue) = 83+128+186=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #5380BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380BA is #AC7F45. Grayscale: #787878. Windows color (decimal): -11304774 or 12222547. OLE color: 12222547.

HSL color Cylindrical-coordinate representation of color #5380BA: hue angle of 213.79º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5380BA is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83128186-
CMYK0.550.3100.27
HSL213.79º42.74%52.75%-
HSV(B)213.79º55.38%72.94%-
XYZ20.1520.8249.41-
YUV121.16164.59100.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.91%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=20.91%
G=32.24%
B=46.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831281860.550.3100.27213.7942.7452.75
Hex5380BA371F01Bd62b35
Octal12320027267370333265365
Binary101001110000000101110101101111111101101111010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5380BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5380BA; }

 p { color: rgb(83,128,186); }

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

<style>
 a { background-color: #5380BA; }

 a { background-color: rgb(83,128,186); }

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

<style>
 span { border-color: #5380BA; }

 span { border-color: rgb(83,128,186); }

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