#5386C1

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

Shades of Havelock Blue #5386C1

Tints of Havelock Blue #5386C1

Color information

#5386C1 (or 0x5386C1) is unknown color: approx Havelock Blue. HEX triplet: 53, 86 and C1. RGB value is (83,134,193). Sum of RGB (Red+Green+Blue) = 83+134+193=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #5386C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5386C1 is #AC793E. Grayscale: #7D7D7D. Windows color (decimal): -11303231 or 12682835. OLE color: 12682835.

HSL color Cylindrical-coordinate representation of color #5386C1: hue angle of 212.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5386C1 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB83134193-
CMYK0.570.3100.24
HSL212.18º47.01%54.12%-
HSV(B)212.18º56.99%75.69%-
XYZ21.7222.7453.7-
YUV125.48166.197.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.24%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 193 (75.78% from 255) = 47.07%
R=20.24%
G=32.68%
B=47.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831341930.570.3100.24212.1847.0154.12
Hex5386C1391F018d42f36
Octal12320630171370303245766
Binary101001110000110110000011110011111101100011010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5386C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5386C1; }

 p { color: rgb(83,134,193); }

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

<style>
 a { background-color: #5386C1; }

 a { background-color: rgb(83,134,193); }

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

<style>
 span { border-color: #5386C1; }

 span { border-color: rgb(83,134,193); }

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