#5175BD

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

Shades of Havelock Blue #5175BD

Tints of Havelock Blue #5175BD

Color information

#5175BD (or 0x5175BD) is unknown color: approx Havelock Blue. HEX triplet: 51, 75 and BD. RGB value is (81,117,189). Sum of RGB (Red+Green+Blue) = 81+117+189=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #5175BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5175BD is #AE8A42. Grayscale: #727272. Windows color (decimal): -11438659 or 12416337. OLE color: 12416337.

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

Color convert

RGB81117189-
CMYK0.570.3800.26
HSL220º45%52.94%-
HSV(B)220º57.14%74.12%-
XYZ18.9418.1550.65-
YUV114.44170.07104.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.93%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=20.93%
G=30.23%
B=48.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811171890.570.3800.262204552.94
Hex5175BD392601Adc2d35
Octal12116527571460323345565
Binary101000111101011011110111100110011001101011011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5175BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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