#5384BB

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

Shades of Havelock Blue #5384BB

Tints of Havelock Blue #5384BB

Color information

#5384BB (or 0x5384BB) is unknown color: approx Havelock Blue. HEX triplet: 53, 84 and BB. RGB value is (83,132,187). Sum of RGB (Red+Green+Blue) = 83+132+187=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #5384BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384BB is #AC7B44. Grayscale: #7B7B7B. Windows color (decimal): -11303749 or 12289107. OLE color: 12289107.

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

Color convert

RGB83132187-
CMYK0.560.2900.27
HSL211.73º43.33%52.94%-
HSV(B)211.73º55.61%73.33%-
XYZ20.7921.9350.15-
YUV123.62163.7799.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 187 (73.44% from 255) = 46.52%
R=20.65%
G=32.84%
B=46.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831321870.560.2900.27211.7343.3352.94
Hex5384BB381D01Bd42b35
Octal12320427370350333245365
Binary101001110000100101110111110001110101101111010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5384BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5384BB; }

 p { color: rgb(83,132,187); }

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

<style>
 a { background-color: #5384BB; }

 a { background-color: rgb(83,132,187); }

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

<style>
 span { border-color: #5384BB; }

 span { border-color: rgb(83,132,187); }

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