#5185BB

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

Shades of Havelock Blue #5185BB

Tints of Havelock Blue #5185BB

Color information

#5185BB (or 0x5185BB) is unknown color: approx Havelock Blue. HEX triplet: 51, 85 and BB. RGB value is (81,133,187). Sum of RGB (Red+Green+Blue) = 81+133+187=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #5185BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185BB is #AE7A44. Grayscale: #7B7B7B. Windows color (decimal): -11434565 or 12289361. OLE color: 12289361.

HSL color Cylindrical-coordinate representation of color #5185BB: hue angle of 210.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5185BB is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81133187-
CMYK0.570.2900.27
HSL210.57º43.8%52.55%-
HSV(B)210.57º56.68%73.33%-
XYZ20.7522.1150.19-
YUV123.61163.7797.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=20.20%
G=33.17%
B=46.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811331870.570.2900.27210.5743.852.55
Hex5185BB391D01Bd32c35
Octal12120527371350333235465
Binary101000110000101101110111110011110101101111010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5185BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5185BB; }

 p { color: rgb(81,133,187); }

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

<style>
 a { background-color: #5185BB; }

 a { background-color: rgb(81,133,187); }

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

<style>
 span { border-color: #5185BB; }

 span { border-color: rgb(81,133,187); }

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