Html Css Color HEX #5179B5 Havelock Blue

📋 copy color: '#5179B5'

red 81 ◦ green 121 ◦ blue 181

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

Shades of Havelock Blue #5179B5

Tints of Havelock Blue #5179B5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 21.15%
G = 31.59%
B = 47.26%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5179B5 (or 0x5179B5) is known color: Havelock Blue. HEX triplet: 51, 79 and B5. RGB value is (81,121,181). Sum of RGB (Red+Green+Blue) = 81+121+181=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #5179B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5179B5 is #AE864A. Grayscale: #737373. Windows color (decimal): -11437643 or 11893073. OLE color: 11893073.

HSL color Cylindrical-coordinate representation of color #5179B5: hue angle of 216º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5179B5 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 121 181 -
CMYK 0.55 0.33 0 0.29
HSL 216º 0.4% 0.51% -
HSV(B) 216º 0.55% 0.71% -
XYZ 18.57 18.76 46.36 -
YUV 115.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 81 121 181 0.55 0.33 0 0.29 216 0.4 0.51
Hex 51 79 B5 37 21 0 1D D8 28 33
Octal 121 171 265 67 41 0 35 330 50 63
Binary 1010001 1111001 10110101 110111 100001 0 11101 11011000 101000 110011

Color Harmonies of #5179B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5179B5

Black with #5179B5

Text Example


Text Example

White with #5179B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5179B5; }

 p { color: rgb(81,121,181); }

 H1.HeaderClassName
 {
   color: #5179B5;
 }
 .AnyTagClassName
 {
   color: #5179B5;
 }
</style>

background-color css

<style>
 a { background-color: #5179B5; }

 a { background-color: rgb(81,121,181); }

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

border-color css

<style>
 span { border-color: #5179B5; }

 span { border-color: rgb(81,121,181); }

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