#5180BC

Color #5180BC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5180BC

Tints of Havelock Blue #5180BC

Color information

#5180BC (or 0x5180BC) is unknown color: approx Havelock Blue. HEX triplet: 51, 80 and BC. RGB value is (81,128,188). Sum of RGB (Red+Green+Blue) = 81+128+188=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #5180BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5180BC is #AE7F43. Grayscale: #787878. Windows color (decimal): -11435844 or 12353617. OLE color: 12353617.

HSL color Cylindrical-coordinate representation of color #5180BC: hue angle of 213.64º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5180BC is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81128188-
CMYK0.570.3200.26
HSL213.64º44.4%52.75%-
HSV(B)213.64º56.91%73.73%-
XYZ20.1920.8250.53-
YUV120.79165.9399.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=20.40%
G=32.24%
B=47.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811281880.570.3200.26213.6444.452.75
Hex5180BC392001Ad62c35
Octal12120027471400323265465
Binary1010001100000001011110011100110000001101011010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5180BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5180BC;
 }
 .AnyTagClassName
 {
   color: #5180BC;
 }
</style>
background-color css

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

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

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

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

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

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