Html Css Color HEX #5181BE Havelock Blue

📋 copy color: '#5181BE'

red 81 ◦ green 129 ◦ blue 190

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

Shades of Havelock Blue #5181BE

Tints of Havelock Blue #5181BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 20.25%
G = 32.25%
B = 47.5%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5181BE (or 0x5181BE) is known color: Havelock Blue. HEX triplet: 51, 81 and BE. RGB value is (81,129,190). Sum of RGB (Red+Green+Blue) = 81+129+190=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #5181BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5181BE is #AE7E41. Grayscale: #797979. Windows color (decimal): -11435586 or 12484945. OLE color: 12484945.

HSL color Cylindrical-coordinate representation of color #5181BE: hue angle of 213.58º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5181BE is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 129 190 -
CMYK 0.57 0.32 0 0.25
HSL 213.58º 0.46% 0.53% -
HSV(B) 213.58º 0.57% 0.75% -
XYZ 20.54 21.17 51.72 -
YUV 121.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 81 129 190 0.57 0.32 0 0.25 213.58 0.46 0.53
Hex 51 81 BE 39 20 0 19 D6 2E 35
Octal 121 201 276 71 40 0 31 326 56 65
Binary 1010001 10000001 10111110 111001 100000 0 11001 11010110 101110 110101

Color Harmonies of #5181BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5181BE

Black with #5181BE

Text Example


Text Example

White with #5181BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5181BE; }

 p { color: rgb(81,129,190); }

 H1.HeaderClassName
 {
   color: #5181BE;
 }
 .AnyTagClassName
 {
   color: #5181BE;
 }
</style>

background-color css

<style>
 a { background-color: #5181BE; }

 a { background-color: rgb(81,129,190); }

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

border-color css

<style>
 span { border-color: #5181BE; }

 span { border-color: rgb(81,129,190); }

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