Html Css Color HEX #5177BD Havelock Blue

📋 copy color: '#5177BD'

red 81 ◦ green 119 ◦ blue 189

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

Shades of Havelock Blue #5177BD

Tints of Havelock Blue #5177BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.59%

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

R = 20.82%
G = 30.59%
B = 48.59%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5177BD (or 0x5177BD) is known color: Havelock Blue. HEX triplet: 51, 77 and BD. RGB value is (81,119,189). Sum of RGB (Red+Green+Blue) = 81+119+189=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #5177BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5177BD is #AE8842. Grayscale: #737373. Windows color (decimal): -11438147 or 12416849. OLE color: 12416849.

HSL color Cylindrical-coordinate representation of color #5177BD: hue angle of 218.89º 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 #5177BD is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 119 189 -
CMYK 0.57 0.37 0 0.26
HSL 218.89º 0.45% 0.53% -
HSV(B) 218.89º 0.57% 0.74% -
XYZ 19.18 18.62 50.73 -
YUV 115.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 81 119 189 0.57 0.37 0 0.26 218.89 0.45 0.53
Hex 51 77 BD 39 25 0 1A DB 2D 35
Octal 121 167 275 71 45 0 32 333 55 65
Binary 1010001 1110111 10111101 111001 100101 0 11010 11011011 101101 110101

Color Harmonies of #5177BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5177BD

Black with #5177BD

Text Example


Text Example

White with #5177BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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