Html Css Color HEX #5186C9 Havelock Blue

📋 copy color: '#5186C9'

red 81 ◦ green 134 ◦ blue 201

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

Shades of Havelock Blue #5186C9

Tints of Havelock Blue #5186C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.32%

R = 19.47%
G = 32.21%
B = 48.32%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5186C9 (or 0x5186C9) is known color: Havelock Blue. HEX triplet: 51, 86 and C9. RGB value is (81,134,201). Sum of RGB (Red+Green+Blue) = 81+134+201=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #5186C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5186C9 is #AE7936. Grayscale: #7D7D7D. Windows color (decimal): -11434295 or 13207121. OLE color: 13207121.

HSL color Cylindrical-coordinate representation of color #5186C9: hue angle of 213.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5186C9 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 134 201 -
CMYK 0.60 0.33 0 0.21
HSL 213.5º 0.53% 0.55% -
HSV(B) 213.5º 0.6% 0.79% -
XYZ 22.46 23.02 58.52 -
YUV 125.79 170.44 96.05 -
System Red Green Blue C M Y K H S L
Decimal 81 134 201 0.60 0.33 0 0.21 213.5 0.53 0.55
Hex 51 86 C9 3C 21 0 15 D6 35 37
Octal 121 206 311 74 41 0 25 326 65 67
Binary 1010001 10000110 11001001 111100 100001 0 10101 11010110 110101 110111

Color Harmonies of #5186C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5186C9

Black with #5186C9

Text Example


Text Example

White with #5186C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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