#5378BF

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

Shades of Havelock Blue #5378BF

Tints of Havelock Blue #5378BF

Color information

#5378BF (or 0x5378BF) is unknown color: approx Havelock Blue. HEX triplet: 53, 78 and BF. RGB value is (83,120,191). Sum of RGB (Red+Green+Blue) = 83+120+191=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #5378BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5378BF is #AC8740. Grayscale: #747474. Windows color (decimal): -11306817 or 12548179. OLE color: 12548179.

HSL color Cylindrical-coordinate representation of color #5378BF: hue angle of 219.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5378BF is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83120191-
CMYK0.570.3700.25
HSL219.44º45.76%53.73%-
HSV(B)219.44º56.54%74.9%-
XYZ19.6919.0351.93-
YUV117.03169.74103.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 191 (75% from 255) = 48.48%
R=21.07%
G=30.46%
B=48.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831201910.570.3700.25219.4445.7653.73
Hex5378BF3925019db2e36
Octal12317027771450313335666
Binary101001111110001011111111100110010101100111011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5378BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5378BF; }

 p { color: rgb(83,120,191); }

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

<style>
 a { background-color: #5378BF; }

 a { background-color: rgb(83,120,191); }

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

<style>
 span { border-color: #5378BF; }

 span { border-color: rgb(83,120,191); }

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