#5180C0

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

Shades of Havelock Blue #5180C0

Tints of Havelock Blue #5180C0

Color information

#5180C0 (or 0x5180C0) is unknown color: approx Havelock Blue. HEX triplet: 51, 80 and C0. RGB value is (81,128,192). Sum of RGB (Red+Green+Blue) = 81+128+192=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #5180C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5180C0 is #AE7F3F. Grayscale: #787878. Windows color (decimal): -11435840 or 12615761. OLE color: 12615761.

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

Color convert

RGB81128192-
CMYK0.580.3300.25
HSL214.59º46.84%53.53%-
HSV(B)214.59º57.81%75.29%-
XYZ20.6320.9952.83-
YUV121.24167.9399.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 192 (75.39% from 255) = 47.88%
R=20.20%
G=31.92%
B=47.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811281920.580.3300.25214.5946.8453.53
Hex5180C03A21019d72f36
Octal12120030072410313275766
Binary1010001100000001100000011101010000101100111010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5180C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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