Html Css Color HEX #5188C6 Havelock Blue

📋 copy color: '#5188C6'

red 81 ◦ green 136 ◦ blue 198

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

Shades of Havelock Blue #5188C6

Tints of Havelock Blue #5188C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.71%

R = 19.52%
G = 32.77%
B = 47.71%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5188C6 (or 0x5188C6) is known color: Havelock Blue. HEX triplet: 51, 88 and C6. RGB value is (81,136,198). Sum of RGB (Red+Green+Blue) = 81+136+198=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #5188C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5188C6 is #AE7739. Grayscale: #7E7E7E. Windows color (decimal): -11433786 or 13011025. OLE color: 13011025.

HSL color Cylindrical-coordinate representation of color #5188C6: hue angle of 211.79º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5188C6 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 136 198 -
CMYK 0.59 0.31 0 0.22
HSL 211.79º 0.51% 0.55% -
HSV(B) 211.79º 0.59% 0.78% -
XYZ 22.39 23.43 56.77 -
YUV 126.62 168.28 95.46 -
System Red Green Blue C M Y K H S L
Decimal 81 136 198 0.59 0.31 0 0.22 211.79 0.51 0.55
Hex 51 88 C6 3B 1F 0 16 D4 33 37
Octal 121 210 306 73 37 0 26 324 63 67
Binary 1010001 10001000 11000110 111011 11111 0 10110 11010100 110011 110111

Color Harmonies of #5188C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5188C6

Black with #5188C6

Text Example


Text Example

White with #5188C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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