#5386CE

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

Shades of Havelock Blue #5386CE

Tints of Havelock Blue #5386CE

Color information

#5386CE (or 0x5386CE) is unknown color: approx Havelock Blue. HEX triplet: 53, 86 and CE. RGB value is (83,134,206). Sum of RGB (Red+Green+Blue) = 83+134+206=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #5386CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5386CE is #AC7931. Grayscale: #7E7E7E. Windows color (decimal): -11303218 or 13534803. OLE color: 13534803.

HSL color Cylindrical-coordinate representation of color #5386CE: hue angle of 215.12º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5386CE is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB83134206-
CMYK0.600.3500.19
HSL215.12º55.66%56.67%-
HSV(B)215.12º59.71%80.78%-
XYZ23.2323.3561.67-
YUV126.96172.696.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.62%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 206 (80.86% from 255) = 48.70%
R=19.62%
G=31.68%
B=48.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal831342060.600.3500.19215.1255.6656.67
Hex5386CE3C23013d73839
Octal12320631674430233277071
Binary1010011100001101100111011110010001101001111010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5386CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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