#5387BF

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

Shades of Havelock Blue #5387BF

Tints of Havelock Blue #5387BF

Color information

#5387BF (or 0x5387BF) is unknown color: approx Havelock Blue. HEX triplet: 53, 87 and BF. RGB value is (83,135,191). Sum of RGB (Red+Green+Blue) = 83+135+191=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #5387BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5387BF is #AC7840. Grayscale: #7D7D7D. Windows color (decimal): -11302977 or 12552019. OLE color: 12552019.

HSL color Cylindrical-coordinate representation of color #5387BF: hue angle of 211.11º 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 #5387BF is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83135191-
CMYK0.570.2900.25
HSL211.11º45.76%53.73%-
HSV(B)211.11º56.54%74.9%-
XYZ21.6422.9352.58-
YUV125.84164.7797.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.29%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 191 (75% from 255) = 46.70%
R=20.29%
G=33.01%
B=46.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831351910.570.2900.25211.1145.7653.73
Hex5387BF391D019d32e36
Octal12320727771350313235666
Binary101001110000111101111111110011110101100111010011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5387BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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