Html Css Color HEX #5170BC Havelock Blue

📋 copy color: '#5170BC'

red 81 ◦ green 112 ◦ blue 188

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

Shades of Havelock Blue #5170BC

Tints of Havelock Blue #5170BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

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

R = 21.26%
G = 29.4%
B = 49.34%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5170BC (or 0x5170BC) is known color: Havelock Blue. HEX triplet: 51, 70 and BC. RGB value is (81,112,188). Sum of RGB (Red+Green+Blue) = 81+112+188=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #5170BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5170BC is #AE8F43. Grayscale: #6F6F6F. Windows color (decimal): -11439940 or 12349521. OLE color: 12349521.

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

Color convert

RGB 81 112 188 -
CMYK 0.57 0.40 0 0.26
HSL 222.62º 0.44% 0.53% -
HSV(B) 222.62º 0.57% 0.74% -
XYZ 18.26 16.97 49.89 -
YUV 111.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 81 112 188 0.57 0.40 0 0.26 222.62 0.44 0.53
Hex 51 70 BC 39 28 0 1A DF 2C 35
Octal 121 160 274 71 50 0 32 337 54 65
Binary 1010001 1110000 10111100 111001 101000 0 11010 11011111 101100 110101

Color Harmonies of #5170BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5170BC

Black with #5170BC

Text Example


Text Example

White with #5170BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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