Html Css Color HEX #5181BD Havelock Blue

📋 copy color: '#5181BD'

red 81 ◦ green 129 ◦ blue 189

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

Shades of Havelock Blue #5181BD

Tints of Havelock Blue #5181BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 20.3%
G = 32.33%
B = 47.37%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5181BD (or 0x5181BD) is known color: Havelock Blue. HEX triplet: 51, 81 and BD. RGB value is (81,129,189). Sum of RGB (Red+Green+Blue) = 81+129+189=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #5181BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5181BD is #AE7E42. Grayscale: #797979. Windows color (decimal): -11435587 or 12419409. OLE color: 12419409.

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

Color convert

RGB 81 129 189 -
CMYK 0.57 0.32 0 0.26
HSL 213.33º 0.45% 0.53% -
HSV(B) 213.33º 0.57% 0.74% -
XYZ 20.43 21.12 51.14 -
YUV 121.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 81 129 189 0.57 0.32 0 0.26 213.33 0.45 0.53
Hex 51 81 BD 39 20 0 1A D5 2D 35
Octal 121 201 275 71 40 0 32 325 55 65
Binary 1010001 10000001 10111101 111001 100000 0 11010 11010101 101101 110101

Color Harmonies of #5181BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5181BD

Black with #5181BD

Text Example


Text Example

White with #5181BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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