#5188CC

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

Shades of Havelock Blue #5188CC

Tints of Havelock Blue #5188CC

Color information

#5188CC (or 0x5188CC) is unknown color: approx Havelock Blue. HEX triplet: 51, 88 and CC. RGB value is (81,136,204). Sum of RGB (Red+Green+Blue) = 81+136+204=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #5188CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5188CC is #AE7733. Grayscale: #7E7E7E. Windows color (decimal): -11433780 or 13404241. OLE color: 13404241.

HSL color Cylindrical-coordinate representation of color #5188CC: hue angle of 213.17º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5188CC is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81136204-
CMYK0.600.3300.2
HSL213.17º54.67%55.88%-
HSV(B)213.17º60.29%80%-
XYZ23.123.7260.49-
YUV127.31171.2894.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.24%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=19.24%
G=32.30%
B=48.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811362040.600.3300.2213.1754.6755.88
Hex5188CC3C21014d53738
Octal12121031474410243256770
Binary1010001100010001100110011110010000101010011010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5188CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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