Html Css Color HEX #5180BF Havelock Blue

📋 copy color: '#5180BF'

red 81 ◦ green 128 ◦ blue 191

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

Shades of Havelock Blue #5180BF

Tints of Havelock Blue #5180BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

 BLUE value IS 191 (75% from 255) = 47.75%

R = 20.25%
G = 32%
B = 47.75%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5180BF (or 0x5180BF) is known color: Havelock Blue. HEX triplet: 51, 80 and BF. RGB value is (81,128,191). Sum of RGB (Red+Green+Blue) = 81+128+191=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #5180BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5180BF is #AE7F40. Grayscale: #787878. Windows color (decimal): -11435841 or 12550225. OLE color: 12550225.

HSL color Cylindrical-coordinate representation of color #5180BF: hue angle of 214.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5180BF is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 128 191 -
CMYK 0.58 0.33 0 0.25
HSL 214.36º 0.46% 0.53% -
HSV(B) 214.36º 0.58% 0.75% -
XYZ 20.52 20.95 52.25 -
YUV 121.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 81 128 191 0.58 0.33 0 0.25 214.36 0.46 0.53
Hex 51 80 BF 3A 21 0 19 D6 2E 35
Octal 121 200 277 72 41 0 31 326 56 65
Binary 1010001 10000000 10111111 111010 100001 0 11001 11010110 101110 110101

Color Harmonies of #5180BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5180BF

Black with #5180BF

Text Example


Text Example

White with #5180BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5180BF; }

 p { color: rgb(81,128,191); }

 H1.HeaderClassName
 {
   color: #5180BF;
 }
 .AnyTagClassName
 {
   color: #5180BF;
 }
</style>

background-color css

<style>
 a { background-color: #5180BF; }

 a { background-color: rgb(81,128,191); }

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

border-color css

<style>
 span { border-color: #5180BF; }

 span { border-color: rgb(81,128,191); }

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