Html Css Color HEX #5180B9 Havelock Blue

📋 copy color: '#5180B9'

red 81 ◦ green 128 ◦ blue 185

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

Shades of Havelock Blue #5180B9

Tints of Havelock Blue #5180B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.95%

R = 20.56%
G = 32.49%
B = 46.95%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5180B9 (or 0x5180B9) is known color: Havelock Blue. HEX triplet: 51, 80 and B9. RGB value is (81,128,185). Sum of RGB (Red+Green+Blue) = 81+128+185=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #5180B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5180B9 is #AE7F46. Grayscale: #787878. Windows color (decimal): -11435847 or 12157009. OLE color: 12157009.

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

Color convert

RGB 81 128 185 -
CMYK 0.56 0.31 0 0.27
HSL 212.88º 0.43% 0.52% -
HSV(B) 212.88º 0.56% 0.73% -
XYZ 19.87 20.69 48.85 -
YUV 120.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 81 128 185 0.56 0.31 0 0.27 212.88 0.43 0.52
Hex 51 80 B9 38 1F 0 1B D5 2B 34
Octal 121 200 271 70 37 0 33 325 53 64
Binary 1010001 10000000 10111001 111000 11111 0 11011 11010101 101011 110100

Color Harmonies of #5180B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5180B9

Black with #5180B9

Text Example


Text Example

White with #5180B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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