Html Css Color HEX #5173BC Havelock Blue

📋 copy color: '#5173BC'

red 81 ◦ green 115 ◦ blue 188

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

Shades of Havelock Blue #5173BC

Tints of Havelock Blue #5173BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

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

R = 21.09%
G = 29.95%
B = 48.96%

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

#5173BC (or 0x5173BC) is known color: Havelock Blue. HEX triplet: 51, 73 and BC. RGB value is (81,115,188). Sum of RGB (Red+Green+Blue) = 81+115+188=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #5173BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5173BC is #AE8C43. Grayscale: #707070. Windows color (decimal): -11439172 or 12350289. OLE color: 12350289.

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

Color convert

RGB 81 115 188 -
CMYK 0.57 0.39 0 0.26
HSL 220.93º 0.44% 0.53% -
HSV(B) 220.93º 0.57% 0.74% -
XYZ 18.6 17.64 50 -
YUV 113.16 170.24 105.06 -
System Red Green Blue C M Y K H S L
Decimal 81 115 188 0.57 0.39 0 0.26 220.93 0.44 0.53
Hex 51 73 BC 39 27 0 1A DD 2C 35
Octal 121 163 274 71 47 0 32 335 54 65
Binary 1010001 1110011 10111100 111001 100111 0 11010 11011101 101100 110101

Color Harmonies of #5173BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5173BC

Black with #5173BC

Text Example


Text Example

White with #5173BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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