Html Css Color HEX #5179BC Havelock Blue

📋 copy color: '#5179BC'

red 81 ◦ green 121 ◦ blue 188

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

Shades of Havelock Blue #5179BC

Tints of Havelock Blue #5179BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 20.77%
G = 31.03%
B = 48.21%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5179BC (or 0x5179BC) is known color: Havelock Blue. HEX triplet: 51, 79 and BC. RGB value is (81,121,188). Sum of RGB (Red+Green+Blue) = 81+121+188=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #5179BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5179BC is #AE8643. Grayscale: #747474. Windows color (decimal): -11437636 or 12351825. OLE color: 12351825.

HSL color Cylindrical-coordinate representation of color #5179BC: hue angle of 217.57º degrees, saturation: 0.44, 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 #5179BC is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 121 188 -
CMYK 0.57 0.36 0 0.26
HSL 217.57º 0.44% 0.53% -
HSV(B) 217.57º 0.57% 0.74% -
XYZ 19.31 19.05 50.24 -
YUV 116.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 81 121 188 0.57 0.36 0 0.26 217.57 0.44 0.53
Hex 51 79 BC 39 24 0 1A DA 2C 35
Octal 121 171 274 71 44 0 32 332 54 65
Binary 1010001 1111001 10111100 111001 100100 0 11010 11011010 101100 110101

Color Harmonies of #5179BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5179BC

Black with #5179BC

Text Example


Text Example

White with #5179BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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