Html Css Color HEX #5172BC Havelock Blue

📋 copy color: '#5172BC'

red 81 ◦ green 114 ◦ blue 188

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

Shades of Havelock Blue #5172BC

Tints of Havelock Blue #5172BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

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

R = 21.15%
G = 29.77%
B = 49.09%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5172BC (or 0x5172BC) is known color: Havelock Blue. HEX triplet: 51, 72 and BC. RGB value is (81,114,188). Sum of RGB (Red+Green+Blue) = 81+114+188=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #5172BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5172BC is #AE8D43. Grayscale: #707070. Windows color (decimal): -11439428 or 12350033. OLE color: 12350033.

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

Color convert

RGB 81 114 188 -
CMYK 0.57 0.39 0 0.26
HSL 221.5º 0.44% 0.53% -
HSV(B) 221.5º 0.57% 0.74% -
XYZ 18.49 17.41 49.96 -
YUV 112.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 81 114 188 0.57 0.39 0 0.26 221.5 0.44 0.53
Hex 51 72 BC 39 27 0 1A DD 2C 35
Octal 121 162 274 71 47 0 32 335 54 65
Binary 1010001 1110010 10111100 111001 100111 0 11010 11011101 101100 110101

Color Harmonies of #5172BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5172BC

Black with #5172BC

Text Example


Text Example

White with #5172BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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