Html Css Color HEX #5386BB Havelock Blue

📋 copy color: '#5386BB'

red 83 ◦ green 134 ◦ blue 187

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

Shades of Havelock Blue #5386BB

Tints of Havelock Blue #5386BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 20.54%
G = 33.17%
B = 46.29%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5386BB (or 0x5386BB) is known color: Havelock Blue. HEX triplet: 53, 86 and BB. RGB value is (83,134,187). Sum of RGB (Red+Green+Blue) = 83+134+187=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #5386BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5386BB is #AC7944. Grayscale: #7C7C7C. Windows color (decimal): -11303237 or 12289619. OLE color: 12289619.

HSL color Cylindrical-coordinate representation of color #5386BB: hue angle of 210.58º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5386BB is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 134 187 -
CMYK 0.56 0.28 0 0.27
HSL 210.58º 0.43% 0.53% -
HSV(B) 210.58º 0.56% 0.73% -
XYZ 21.06 22.48 50.24 -
YUV 124.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 83 134 187 0.56 0.28 0 0.27 210.58 0.43 0.53
Hex 53 86 BB 38 1C 0 1B D3 2B 35
Octal 123 206 273 70 34 0 33 323 53 65
Binary 1010011 10000110 10111011 111000 11100 0 11011 11010011 101011 110101

Color Harmonies of #5386BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5386BB

Black with #5386BB

Text Example


Text Example

White with #5386BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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