#5175BF

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

Shades of Havelock Blue #5175BF

Tints of Havelock Blue #5175BF

Color information

#5175BF (or 0x5175BF) is unknown color: approx Havelock Blue. HEX triplet: 51, 75 and BF. RGB value is (81,117,191). Sum of RGB (Red+Green+Blue) = 81+117+191=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #5175BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5175BF is #AE8A40. Grayscale: #727272. Windows color (decimal): -11438657 or 12547409. OLE color: 12547409.

HSL color Cylindrical-coordinate representation of color #5175BF: hue angle of 220.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5175BF is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81117191-
CMYK0.580.3900.25
HSL220.36º46.22%53.33%-
HSV(B)220.36º57.59%74.9%-
XYZ19.1618.2351.8-
YUV114.67171.07103.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 191 (75% from 255) = 49.10%
R=20.82%
G=30.08%
B=49.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811171910.580.3900.25220.3646.2253.33
Hex5175BF3A27019dc2e35
Octal12116527772470313345665
Binary101000111101011011111111101010011101100111011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5175BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5175BF; }

 p { color: rgb(81,117,191); }

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

<style>
 a { background-color: #5175BF; }

 a { background-color: rgb(81,117,191); }

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

<style>
 span { border-color: #5175BF; }

 span { border-color: rgb(81,117,191); }

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