#5184C0

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

Shades of Havelock Blue #5184C0

Tints of Havelock Blue #5184C0

Color information

#5184C0 (or 0x5184C0) is unknown color: approx Havelock Blue. HEX triplet: 51, 84 and C0. RGB value is (81,132,192). Sum of RGB (Red+Green+Blue) = 81+132+192=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #5184C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5184C0 is #AE7B3F. Grayscale: #7B7B7B. Windows color (decimal): -11434816 or 12616785. OLE color: 12616785.

HSL color Cylindrical-coordinate representation of color #5184C0: hue angle of 212.43º 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 #5184C0 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81132192-
CMYK0.580.3100.25
HSL212.43º46.84%53.53%-
HSV(B)212.43º57.81%75.29%-
XYZ21.1622.0653.01-
YUV123.59166.697.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=20%
G=32.59%
B=47.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811321920.580.3100.25212.4346.8453.53
Hex5184C03A1F019d42f36
Octal12120430072370313245766
Binary101000110000100110000001110101111101100111010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5184C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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