Html Css Color HEX #5188DB Havelock Blue

📋 copy color: '#5188DB'

red 81 ◦ green 136 ◦ blue 219

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

Shades of Havelock Blue #5188DB

Tints of Havelock Blue #5188DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 18.58%
G = 31.19%
B = 50.23%

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

#5188DB (or 0x5188DB) is known color: Havelock Blue. HEX triplet: 51, 88 and DB. RGB value is (81,136,219). Sum of RGB (Red+Green+Blue) = 81+136+219=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #5188DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5188DB is #AE7724. Grayscale: #808080. Windows color (decimal): -11433765 or 14387281. OLE color: 14387281.

HSL color Cylindrical-coordinate representation of color #5188DB: hue angle of 216.09º degrees, saturation: 0.66, 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 #5188DB is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 136 219 -
CMYK 0.63 0.38 0 0.14
HSL 216.09º 0.66% 0.59% -
HSV(B) 216.09º 0.63% 0.86% -
XYZ 24.98 24.47 70.42 -
YUV 129.02 178.78 93.75 -
System Red Green Blue C M Y K H S L
Decimal 81 136 219 0.63 0.38 0 0.14 216.09 0.66 0.59
Hex 51 88 DB 3F 26 0 E D8 42 3B
Octal 121 210 333 77 46 0 16 330 102 73
Binary 1010001 10001000 11011011 111111 100110 0 1110 11011000 1000010 111011

Color Harmonies of #5188DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5188DB

Black with #5188DB

Text Example


Text Example

White with #5188DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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