Html Css Color HEX #5386DC Havelock Blue

📋 copy color: '#5386DC'

red 83 ◦ green 134 ◦ blue 220

#5386DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5386DC

Tints of Havelock Blue #5386DC

RGB

 RED value IS 83 (32.81% from 255) = 18.99%

 GREEN value IS 134 (52.73% from 255) = 30.66%

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 18.99%
G = 30.66%
B = 50.34%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5386DC (or 0x5386DC) is known color: Havelock Blue. HEX triplet: 53, 86 and DC. RGB value is (83,134,220). Sum of RGB (Red+Green+Blue) = 83+134+220=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #5386DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5386DC is #AC7923. Grayscale: #808080. Windows color (decimal): -11303204 or 14452307. OLE color: 14452307.

HSL color Cylindrical-coordinate representation of color #5386DC: hue angle of 217.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5386DC is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 134 220 -
CMYK 0.62 0.39 0 0.14
HSL 217.66º 0.66% 0.59% -
HSV(B) 217.66º 0.62% 0.86% -
XYZ 25.01 24.06 71.04 -
YUV 128.56 179.6 95.51 -
System Red Green Blue C M Y K H S L
Decimal 83 134 220 0.62 0.39 0 0.14 217.66 0.66 0.59
Hex 53 86 DC 3E 27 0 E DA 42 3B
Octal 123 206 334 76 47 0 16 332 102 73
Binary 1010011 10000110 11011100 111110 100111 0 1110 11011010 1000010 111011

Color Harmonies of #5386DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5386DC

Black with #5386DC

Text Example


Text Example

White with #5386DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5386DC;
 }
 .AnyTagClassName
 {
   color: #5386DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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