#5386CA

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

Shades of Havelock Blue #5386CA

Tints of Havelock Blue #5386CA

Color information

#5386CA (or 0x5386CA) is unknown color: approx Havelock Blue. HEX triplet: 53, 86 and CA. RGB value is (83,134,202). Sum of RGB (Red+Green+Blue) = 83+134+202=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #5386CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5386CA is #AC7935. Grayscale: #7E7E7E. Windows color (decimal): -11303222 or 13272659. OLE color: 13272659.

HSL color Cylindrical-coordinate representation of color #5386CA: hue angle of 214.29º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5386CA is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83134202-
CMYK0.590.3400.21
HSL214.29º52.89%55.88%-
HSV(B)214.29º58.91%79.22%-
XYZ22.7523.1559.15-
YUV126.5170.696.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.81%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=19.81%
G=31.98%
B=48.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831342020.590.3400.21214.2952.8955.88
Hex5386CA3B22015d63538
Octal12320631273420253266570
Binary1010011100001101100101011101110001001010111010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5386CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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