Html Css Color HEX #5186BB Havelock Blue

📋 copy color: '#5186BB'

red 81 ◦ green 134 ◦ blue 187

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

Shades of Havelock Blue #5186BB

Tints of Havelock Blue #5186BB

RGB

 RED value IS 81 (32.03% from 255) = 20.15%

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

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

R = 20.15%
G = 33.33%
B = 46.52%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5186BB (or 0x5186BB) is known color: Havelock Blue. HEX triplet: 51, 86 and BB. RGB value is (81,134,187). Sum of RGB (Red+Green+Blue) = 81+134+187=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #5186BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5186BB is #AE7944. Grayscale: #7B7B7B. Windows color (decimal): -11434309 or 12289617. OLE color: 12289617.

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

Color convert

RGB 81 134 187 -
CMYK 0.57 0.28 0 0.27
HSL 210º 0.44% 0.53% -
HSV(B) 210º 0.57% 0.73% -
XYZ 20.89 22.39 50.23 -
YUV 124.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 81 134 187 0.57 0.28 0 0.27 210 0.44 0.53
Hex 51 86 BB 39 1C 0 1B D2 2C 35
Octal 121 206 273 71 34 0 33 322 54 65
Binary 1010001 10000110 10111011 111001 11100 0 11011 11010010 101100 110101

Color Harmonies of #5186BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5186BB

Black with #5186BB

Text Example


Text Example

White with #5186BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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