#5184BD

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

Shades of Havelock Blue #5184BD

Tints of Havelock Blue #5184BD

Color information

#5184BD (or 0x5184BD) is unknown color: approx Havelock Blue. HEX triplet: 51, 84 and BD. RGB value is (81,132,189). Sum of RGB (Red+Green+Blue) = 81+132+189=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #5184BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5184BD is #AE7B42. Grayscale: #7A7A7A. Windows color (decimal): -11434819 or 12420177. OLE color: 12420177.

HSL color Cylindrical-coordinate representation of color #5184BD: hue angle of 211.67º degrees, saturation: 0.45, 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 #5184BD is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81132189-
CMYK0.570.3000.26
HSL211.67º45%52.94%-
HSV(B)211.67º57.14%74.12%-
XYZ20.8321.9351.28-
YUV123.25165.197.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.15%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=20.15%
G=32.84%
B=47.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811321890.570.3000.26211.674552.94
Hex5184BD391E01Ad42d35
Octal12120427571360323245565
Binary101000110000100101111011110011111001101011010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5184BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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