#5175BC

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

Shades of Havelock Blue #5175BC

Tints of Havelock Blue #5175BC

Color information

#5175BC (or 0x5175BC) is unknown color: approx Havelock Blue. HEX triplet: 51, 75 and BC. RGB value is (81,117,188). Sum of RGB (Red+Green+Blue) = 81+117+188=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #5175BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5175BC is #AE8A43. Grayscale: #727272. Windows color (decimal): -11438660 or 12350801. OLE color: 12350801.

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

Color convert

RGB81117188-
CMYK0.570.3800.26
HSL219.81º44.4%52.75%-
HSV(B)219.81º56.91%73.73%-
XYZ18.8318.150.08-
YUV114.33169.57104.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 188 (73.83% from 255) = 48.70%
R=20.98%
G=30.31%
B=48.70%

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
Decimal811171880.570.3800.26219.8144.452.75
Hex5175BC392601Adc2c35
Octal12116527471460323345465
Binary101000111101011011110011100110011001101011011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5175BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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