Html Css Color HEX #5188CB Havelock Blue

📋 copy color: '#5188CB'

red 81 ◦ green 136 ◦ blue 203

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

Shades of Havelock Blue #5188CB

Tints of Havelock Blue #5188CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 19.29%
G = 32.38%
B = 48.33%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5188CB (or 0x5188CB) is known color: Havelock Blue. HEX triplet: 51, 88 and CB. RGB value is (81,136,203). Sum of RGB (Red+Green+Blue) = 81+136+203=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #5188CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5188CB is #AE7734. Grayscale: #7E7E7E. Windows color (decimal): -11433781 or 13338705. OLE color: 13338705.

HSL color Cylindrical-coordinate representation of color #5188CB: hue angle of 212.95º degrees, saturation: 0.54, 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 #5188CB is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 136 203 -
CMYK 0.60 0.33 0 0.20
HSL 212.95º 0.54% 0.56% -
HSV(B) 212.95º 0.6% 0.8% -
XYZ 22.98 23.67 59.86 -
YUV 127.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 81 136 203 0.60 0.33 0 0.20 212.95 0.54 0.56
Hex 51 88 CB 3C 21 0 14 D5 36 38
Octal 121 210 313 74 41 0 24 325 66 70
Binary 1010001 10001000 11001011 111100 100001 0 10100 11010101 110110 111000

Color Harmonies of #5188CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5188CB

Black with #5188CB

Text Example


Text Example

White with #5188CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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