#5188BC

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

Shades of Havelock Blue #5188BC

Tints of Havelock Blue #5188BC

Color information

#5188BC (or 0x5188BC) is unknown color: approx Havelock Blue. HEX triplet: 51, 88 and BC. RGB value is (81,136,188). Sum of RGB (Red+Green+Blue) = 81+136+188=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #5188BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5188BC is #AE7743. Grayscale: #7D7D7D. Windows color (decimal): -11433796 or 12355665. OLE color: 12355665.

HSL color Cylindrical-coordinate representation of color #5188BC: hue angle of 209.16º 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 #5188BC is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81136188-
CMYK0.570.2800.26
HSL209.16º44.4%52.75%-
HSV(B)209.16º56.91%73.73%-
XYZ21.2722.9950.89-
YUV125.48163.2896.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 188 (73.83% from 255) = 46.42%
R=20%
G=33.58%
B=46.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811361880.570.2800.26209.1644.452.75
Hex5188BC391C01Ad12c35
Octal12121027471340323215465
Binary101000110001000101111001110011110001101011010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5188BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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