Html Css Color HEX #5188DC Havelock Blue

📋 copy color: '#5188DC'

red 81 ◦ green 136 ◦ blue 220

#5188DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5188DC

Tints of Havelock Blue #5188DC

RGB

 RED value IS 81 (32.03% from 255) = 18.54%

 GREEN value IS 136 (53.52% from 255) = 31.12%

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 18.54%
G = 31.12%
B = 50.34%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5188DC (or 0x5188DC) is known color: Havelock Blue. HEX triplet: 51, 88 and DC. RGB value is (81,136,220). Sum of RGB (Red+Green+Blue) = 81+136+220=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #5188DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5188DC is #AE7723. Grayscale: #808080. Windows color (decimal): -11433764 or 14452817. OLE color: 14452817.

HSL color Cylindrical-coordinate representation of color #5188DC: hue angle of 216.26º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5188DC is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 136 220 -
CMYK 0.63 0.38 0 0.14
HSL 216.26º 0.67% 0.59% -
HSV(B) 216.26º 0.63% 0.86% -
XYZ 25.12 24.52 71.12 -
YUV 129.13 179.28 93.67 -
System Red Green Blue C M Y K H S L
Decimal 81 136 220 0.63 0.38 0 0.14 216.26 0.67 0.59
Hex 51 88 DC 3F 26 0 E D8 43 3B
Octal 121 210 334 77 46 0 16 330 103 73
Binary 1010001 10001000 11011100 111111 100110 0 1110 11011000 1000011 111011

Color Harmonies of #5188DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5188DC

Black with #5188DC

Text Example


Text Example

White with #5188DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5188DC;
 }
 .AnyTagClassName
 {
   color: #5188DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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