#5171C3

Color #5171C3 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5171C3

Tints of Havelock Blue #5171C3

Color information

#5171C3 (or 0x5171C3) is unknown color: approx Havelock Blue. HEX triplet: 51, 71 and C3. RGB value is (81,113,195). Sum of RGB (Red+Green+Blue) = 81+113+195=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #5171C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5171C3 is #AE8E3C. Grayscale: #707070. Windows color (decimal): -11439677 or 12808529. OLE color: 12808529.

HSL color Cylindrical-coordinate representation of color #5171C3: hue angle of 223.16º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5171C3 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81113195-
CMYK0.580.4200.24
HSL223.16º48.72%54.12%-
HSV(B)223.16º58.46%76.47%-
XYZ19.1517.554-
YUV112.78174.4105.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 195 (76.56% from 255) = 50.13%
R=20.82%
G=29.05%
B=50.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811131950.580.4200.24223.1648.7254.12
Hex5171C33A2A018df3136
Octal12116130372520303376166
Binary101000111100011100001111101010101001100011011111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5171C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5171C3; }

 p { color: rgb(81,113,195); }

 H1.HeaderClassName
 {
   color: #5171C3;
 }
 .AnyTagClassName
 {
   color: #5171C3;
 }
</style>
background-color css

<style>
 a { background-color: #5171C3; }

 a { background-color: rgb(81,113,195); }

 div.DivClassName
 {
   background-color: #5171C3;
 }
 .BgClassName
 {
   background-color: #5171C3;
 }
</style>
border-color css

<style>
 span { border-color: #5171C3; }

 span { border-color: rgb(81,113,195); }

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