Html Css Color HEX #5174BC Havelock Blue

📋 copy color: '#5174BC'

red 81 ◦ green 116 ◦ blue 188

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

Shades of Havelock Blue #5174BC

Tints of Havelock Blue #5174BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

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

R = 21.04%
G = 30.13%
B = 48.83%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5174BC (or 0x5174BC) is known color: Havelock Blue. HEX triplet: 51, 74 and BC. RGB value is (81,116,188). Sum of RGB (Red+Green+Blue) = 81+116+188=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #5174BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5174BC is #AE8B43. Grayscale: #717171. Windows color (decimal): -11438916 or 12350545. OLE color: 12350545.

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

Color convert

RGB 81 116 188 -
CMYK 0.57 0.38 0 0.26
HSL 220.37º 0.44% 0.53% -
HSV(B) 220.37º 0.57% 0.74% -
XYZ 18.72 17.87 50.04 -
YUV 113.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 81 116 188 0.57 0.38 0 0.26 220.37 0.44 0.53
Hex 51 74 BC 39 26 0 1A DC 2C 35
Octal 121 164 274 71 46 0 32 334 54 65
Binary 1010001 1110100 10111100 111001 100110 0 11010 11011100 101100 110101

Color Harmonies of #5174BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5174BC

Black with #5174BC

Text Example


Text Example

White with #5174BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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